Class: Cms::CategoriesController

Inherits:
ContentBlockController show all
Defined in:
app/controllers/cms/categories_controller.rb

Instance Method Summary collapse

Methods inherited from ContentBlockController

#bulk_update, #create, #destroy, #edit, #index, #inline, #new, #new_button_path, #publish, #revert_to, #show_via_slug, #update, #version, #versions

Methods included from ContentRenderingSupport

#handle_access_denied_on_page, #handle_draft_not_found, #handle_not_found_on_page, #handle_server_error_on_page, #show_content_as_page

Methods inherited from BaseController

allow_guests_to

Methods inherited from ApplicationController

#no_browser_caching

Instance Method Details

#showObject



3
4
5
# File 'app/controllers/cms/categories_controller.rb', line 3

def show
  redirect_to categories_path
end