Class: Wco::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Wco::ApplicationController
- Includes:
- ApplicationHelper
- Defined in:
- app/controllers/wco/application_controller.rb
Overview
Sch ||= WcoEmail::EmailAction
Direct Known Subclasses
GalleriesController, HeadlinesController, InvoicesController, LeadsController, LeadsetsController, LogsController, ObfuscatedRedirectsController, OfficeActionTemplatesController, OfficeActionsController, PhotosController, PricesController, ProductsController, ProfilesController, PublishersController, ReportsController, SitemapPathsController, SitesController, SubscriptionsController, TagsController, UnsubscribesController, VideosController
Instance Method Summary collapse
Methods included from ApplicationHelper
#obfuscate, #pp_amount, #pp_currency, #pp_date, #pp_datetime, #pp_money, #pp_percent, #pp_time, #pretty_date
Instance Method Details
#home ⇒ Object
23 24 25 |
# File 'app/controllers/wco/application_controller.rb', line 23 def home :home, Wco end |
#tinymce ⇒ Object
27 28 29 30 |
# File 'app/controllers/wco/application_controller.rb', line 27 def tinymce :home, Wco render layout: false end |