Class: LunarShell::SatellitesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- LunarShell::SatellitesController
- Defined in:
- app/controllers/lunar_shell/satellites_controller.rb
Direct Known Subclasses
LunarShell::Satellites::ClearController, LunarShell::Satellites::ExitController, LunarShell::Satellites::HelpController, LunarShell::Satellites::HistoryController, LunarShell::Satellites::PasswdController, LunarShell::Satellites::QuitController, LunarShell::Satellites::SuController
Constant Summary collapse
- PUBLIC =
true
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
7 8 9 10 |
# File 'app/controllers/lunar_shell/satellites_controller.rb', line 7 def run render 'no_command' and return unless command render 'command_not_found' end |