Class: MerbAuthSlicePassword::Sessions

Inherits:
Application
  • Object
show all
Defined in:
app/controllers/sessions.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



18
19
20
# File 'app/controllers/sessions.rb', line 18

def destroy
  "Add an after filter to do stuff after logout"
end

#updateObject



14
15
16
# File 'app/controllers/sessions.rb', line 14

def update
  "Add an after filter to do stuff after login"
end