Class: Digestifier::UnsubscribesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Digestifier::UnsubscribesController
- Defined in:
- app/controllers/digestifier/unsubscribes_controller.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 |
# File 'app/controllers/digestifier/unsubscribes_controller.rb', line 2 def change setting = Digestifier::Setting.find_by_identifier params[:id] setting.enabled = false setting.save end |