Class: Virgo::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Virgo::ApplicationController
- Includes:
- ActionView::Helpers::SanitizeHelper, ActionView::Helpers::TextHelper, ApplicationHelper, RenderHelper
- Defined in:
- app/controllers/virgo/application_controller.rb
Direct Known Subclasses
Virgo::Admin::BaseController, CategoriesController, ColumnsController, ImagesController, InstallController, PageModulesController, PagesController, PostsController, SearchController, SubscribersController, TagsController, UsersController
Instance Method Summary collapse
Methods included from RenderHelper
Methods included from ApplicationHelper
#action?, #admin?, #admin_access?, #admin_view?, #alerts, #base_errors, #category_id_param, #category_timestamp, #column_timestamp, #compact_html, #controller?, #decode_html_entities, #expanded_post_url, #is_admin_view?, #page_url, #post_time_format, #post_timestamp, #production?, #redis_timestamp_key_for, #site, #site_key, #superuser?, #tab_param, #tabbed_param, #word_count
Instance Method Details
#sitemap ⇒ Object
25 26 |
# File 'app/controllers/virgo/application_controller.rb', line 25 def sitemap end |