Class: Mokio::SupportController
- Inherits:
-
CommonController
- Object
- ActionController::Base
- ApplicationController
- BaseController
- CommonController
- Mokio::SupportController
- Defined in:
- app/controllers/mokio/support_controller.rb
Instance Method Summary collapse
Methods included from Concerns::Controllers::Common
#additional_action_buttons, #additional_index_buttons, #ajax_collection, #copy, #create, #destroy, #edit, #new, #render_additional_action_buttons, #render_additional_index_buttons, #update, #update_active
Methods included from Concerns::Controllers::Base
#current_ability, #flash_to_headers, #prepare_locale, #redirect_back, #set_breadcrumbs_prefix
Instance Method Details
#index ⇒ Object
5 6 7 8 9 |
# File 'app/controllers/mokio/support_controller.rb', line 5 def index respond_to do |format| format.html end end |