Class: Booth::Userland::Sessions::Index
- Inherits:
-
Object
- Object
- Booth::Userland::Sessions::Index
- Includes:
- Concerns::Action
- Defined in:
- lib/booth/userland/sessions/index.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
9 10 11 12 13 14 |
# File 'lib/booth/userland/sessions/index.rb', line 9 def call request.must_be_get! request.must_be_logged_in! do_fetch_sessions end |