Class: RootController

Inherits:
ApplicationController show all
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

#licenseObject



7
8
9
# File 'app/controllers/root_controller.rb', line 7

def license
  @crumbs << { 'License'.t => {:controller => 'root', :action => 'license'} }
end