Class: Pwb::ApplicationApiController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/pwb/application_api_controller.rb

Class Method Summary collapse

Class Method Details

.default_url_optionsObject



10
11
12
# File 'app/controllers/pwb/application_api_controller.rb', line 10

def self.default_url_options
  { locale: I18n.locale }
end