Class: LunarShell::Satellites::ExitController

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

Constant Summary

Constants inherited from LunarShell::SatellitesController

LunarShell::SatellitesController::PUBLIC

Instance Method Summary collapse

Instance Method Details

#runObject



4
5
6
7
8
9
10
# File 'app/controllers/lunar_shell/satellites/exit_controller.rb', line 4

def run
  if current_user
    log_out!
  else
    @message = "Glitches can't leave their games..."
  end
end