Class: Tr8n::HelpController

Inherits:
BaseController show all
Defined in:
app/controllers/tr8n/help_controller.rb

Overview

– Copyright © 2010-2012 Michael Berkovich, tr8n.net

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ++

Instance Method Summary collapse

Methods inherited from BaseController

#tr8n_current_language, #tr8n_current_translator, #tr8n_current_user, #tr8n_current_user_is_admin?, #tr8n_current_user_is_guest?, #tr8n_current_user_is_manager?, #tr8n_current_user_is_translator?, #tr8n_default_language

Instance Method Details

#creditsObject



42
43
44
# File 'app/controllers/tr8n/help_controller.rb', line 42

def credits
  
end

#indexObject



30
31
32
# File 'app/controllers/tr8n/help_controller.rb', line 30

def index

end

#lb_shortcutsObject



34
35
36
# File 'app/controllers/tr8n/help_controller.rb', line 34

def lb_shortcuts
  render :layout => false
end

#lb_statsObject



38
39
40
# File 'app/controllers/tr8n/help_controller.rb', line 38

def lb_stats
  render :layout => false
end

#licenseObject



46
47
48
# File 'app/controllers/tr8n/help_controller.rb', line 46

def license
  
end