Class: Cms::MissingAssetController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ApplicationController
- Cms::MissingAssetController
- Defined in:
- app/controllers/cms/missing_asset_controller.rb
Instance Method Summary collapse
Methods included from PageHelper
#cms_toolbar, #container, #container_has_block?, #current_page, #render_breadcrumbs, #render_portlet
Methods included from PathHelper
#cms_connectable_path, #cms_index_path_for, #cms_index_url_for, #cms_new_path_for, #cms_new_url_for, #edit_cms_connectable_path
Methods included from ErrorHandling
#handle_server_error, included
Instance Method Details
#index ⇒ Object
2 3 4 5 |
# File 'app/controllers/cms/missing_asset_controller.rb', line 2 def index logger.error("ASSET MISSING: #{request.request_uri}") render :text => "Not Found", :status => 404 end |