Class: RailsPerformance::BaseController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- RailsPerformance::BaseController
show all
- Includes:
- Concerns::CsvExportable
- Defined in:
- app/controllers/rails_performance/base_controller.rb
Instance Method Summary
collapse
#export_to_csv
Instance Method Details
#url_options ⇒ Object
15
16
17
|
# File 'app/controllers/rails_performance/base_controller.rb', line 15
def url_options
RailsPerformance.url_options.nil? ? super : RailsPerformance.url_options
end
|