Class: LunarShell::Satellites::HelpController

Inherits:
LunarShell::SatellitesController show all
Defined in:
app/controllers/lunar_shell/satellites/help_controller.rb

Constant Summary collapse

PUBLIC =
false

Instance Method Summary collapse

Instance Method Details

#runObject



6
7
8
# File 'app/controllers/lunar_shell/satellites/help_controller.rb', line 6

def run
  @message = 'Never give up! Never surrender!'
end