Class: LunarShell::Satellites::QuitController
- Inherits:
-
LunarShell::SatellitesController
- Object
- ActionController::Base
- ApplicationController
- LunarShell::SatellitesController
- LunarShell::Satellites::QuitController
- Defined in:
- app/controllers/lunar_shell/satellites/quit_controller.rb
Constant Summary
Constants inherited from LunarShell::SatellitesController
LunarShell::SatellitesController::PUBLIC
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
4 5 6 |
# File 'app/controllers/lunar_shell/satellites/quit_controller.rb', line 4 def run @message = 'Never give up! Never surrender!' end |