Class: Parrot::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Parrot::ApplicationController
- Defined in:
- app/controllers/parrot/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#default_url_options(options = {}) ⇒ Object
Reading default_url_options from parent app ApplicationController.
Instance Method Details
#default_url_options(options = {}) ⇒ Object
Reading default_url_options from parent app ApplicationController
4 5 6 7 |
# File 'app/controllers/parrot/application_controller.rb', line 4 def ( = {}) app_controller = ::ApplicationController.new app_controller. if app_controller.respond_to? :default_url_options end |