Class: Junebug::Controllers::Logout

Inherits:
Object
  • Object
show all
Defined in:
lib/junebug/controllers.rb

Instance Method Summary collapse

Instance Method Details

#getObject



172
173
174
175
176
# File 'lib/junebug/controllers.rb', line 172

def get
    @state.user_id = nil
    @state.user_username = nil
    redirect(Junebug.startpage)
end