Class: LunarShell::Satellites::HelpController
- Inherits:
-
LunarShell::SatellitesController
- Object
- ActionController::Base
- ApplicationController
- LunarShell::SatellitesController
- LunarShell::Satellites::HelpController
- Defined in:
- app/controllers/lunar_shell/satellites/help_controller.rb
Constant Summary collapse
- PUBLIC =
false
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
6 7 8 |
# File 'app/controllers/lunar_shell/satellites/help_controller.rb', line 6 def run @message = 'Never give up! Never surrender!' end |