Class: ActivePortal::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/active_portal/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#default_url_options(options = {}) ⇒ Object



5
6
7
# File 'app/controllers/active_portal/application_controller.rb', line 5

def default_url_options(options = {})
  params[:locale] ? options.merge(locale: I18n.locale) : options
end