class GovFakeNotify::NotificationsApp

Serves all notifications resources

Public Instance Methods

base_url() click to toggle source
# File lib/gov_fake_notify/notifications_app.rb, line 54
def base_url
  request.url.gsub(%r{/v\d+/.*}, '')
end