Class: IshManager::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- IshManager::ApplicationController
- Defined in:
- app/controllers/ish_manager/application_controller.rb
Direct Known Subclasses
CategoriesController, EmailActionsController, EmailCampaignLeadsController, EmailCampaignsController, EmailContextsController, EmailConversationsController, EmailFiltersController, EmailMessagesController, EmailTemplatesController, EmailUnsubscribesController, GalleriesController, ImageAssetsController, InvoicesController, IroWatchesController, LeadsController, LeadsetTagsController, LeadsetsController, MapsController, MarkersController, MeetingsController, NewsitemsController, PaymentsController, PhotosController, ReportsController, ScheduledEmailActionsController, UserProfilesController, VideosController
Instance Method Summary collapse
Instance Method Details
#home ⇒ Object
12 13 14 15 |
# File 'app/controllers/ish_manager/application_controller.rb', line 12 def home :home, IshManager::Ability render 'home', layout: 'ish_manager/application_fullwidth' end |