Class: Digestifier::UnsubscribesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/digestifier/unsubscribes_controller.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



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