Class: LunarShell::SatellitesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/lunar_shell/satellites_controller.rb

Constant Summary collapse

PUBLIC =
true

Instance Method Summary collapse

Instance Method Details

#runObject



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