Class: CdmMigrator::ApplicationController

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

Direct Known Subclasses

CdmController, CsvController

Instance Method Summary collapse

Instance Method Details

#default_url_optionsObject



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

def default_url_options
  { locale: I18n.locale }
end