Class: Qbrick::BaseController

Inherits:
Cms::BackendController show all
Defined in:
lib/templates/qbrick/custom_model_generator/base_controller.rb

Instance Method Summary collapse

Methods inherited from Cms::BackendController

#default_url_options, #reset_remembered_locale, #set_content_locale

Instance Method Details

#showObject



5
6
7
8
9
# File 'lib/templates/qbrick/custom_model_generator/base_controller.rb', line 5

def show
  super do |format|
    format.html { redirect_to collection_path }
  end
end