Class: Booth::Userland::Webauths::Sudo
- Inherits:
-
Object
- Object
- Booth::Userland::Webauths::Sudo
- Includes:
- Concerns::Action
- Defined in:
- lib/booth/userland/webauths/sudo.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
9 10 11 12 13 14 |
# File 'lib/booth/userland/webauths/sudo.rb', line 9 def call request.must_be_post! request.must_be_logged_in! do_transition end |