Class: RootController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- RootController
- Defined in:
- app/controllers/root_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
#check_desired_login_available, #drop_top_crumbs, #set_locale, #setup_renderer
Methods included from ApplicationHelper
#current_locale, #current_user, #dynjs_include_tag, #pagetext, #parsing_error_box, #render_diff_table, #render_wiki, #server_url_for
Instance Method Details
#license ⇒ Object
7 8 9 |
# File 'app/controllers/root_controller.rb', line 7 def license @crumbs << { 'License'.t => {:controller => 'root', :action => 'license'} } end |