Class: Webs::InfoController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Webs::InfoController
- Includes:
- Controller::WebsController
- Defined in:
- lib/controller/info_controller.rb
Instance Method Summary collapse
Methods included from Controller::WebsController
#fix_encoding, #fix_encoding_for_array, #fix_encoding_for_hash, #fix_request_format, included, #load_site_model, #log_fw_params, #require_sitebuilder, #require_webs_admin, #require_webs_user, #set_fw_params, #set_page_title, #set_webs_permapath, #validate_webs_session, #webs_app_name, #webs_appenv_name, #webs_auth, #webs_auth_string, #webs_permapath, #webs_query_string, #webs_redirect, #webs_site
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'lib/controller/info_controller.rb', line 5 def index render :partial=>'shared/webs_info' end |