Class: ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApplicationController
- Defined in:
- lib/forge/app/controllers/application_controller.rb
Direct Known Subclasses
CommentsController, ContactController, CountriesController, DispatchLinksController, DispatchesController, EventsController, Forge::DispatchClicksController, ForgeController, HostedPaymentController, IndexController, IntegratedPaymentController, OrdersController, PagesController, PostsController, ProductsController, SubscribersController
Instance Method Summary collapse
Instance Method Details
#app_init ⇒ Object
8 9 10 11 |
# File 'lib/forge/app/controllers/application_controller.rb', line 8 def app_init # application-wide init stuff here = Page. if Forge.config.mobile_layout end |