Class: Railswatch::BaseController

Inherits:
ActionController::Base
  • Object
show all
Includes:
Concerns::CsvExportable
Defined in:
app/controllers/railswatch/base_controller.rb

Direct Known Subclasses

RailswatchController

Instance Method Summary collapse

Methods included from Concerns::CsvExportable

#export_to_csv

Instance Method Details

#url_optionsObject



18
19
20
# File 'app/controllers/railswatch/base_controller.rb', line 18

def url_options
  Railswatch.url_options.nil? ? super : Railswatch.url_options
end