Class: Mailbin::ClearsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Mailbin::ClearsController
- Defined in:
- app/controllers/mailbin/clears_controller.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
3 4 5 6 |
# File 'app/controllers/mailbin/clears_controller.rb', line 3 def destroy Mailbin.destroy_all redirect_to root_path end |