Class: IshManager::EmailUnsubscribesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/ish_manager/email_unsubscribes_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#basic_auth, #home, #tinymce

Instance Method Details

#createObject



13
14
15
# File 'app/controllers/ish_manager/email_unsubscribes_controller.rb', line 13

def create
  authorize! :open_permission, IshManager::Ability
end

#newObject

alphabetized : )



8
9
10
11
# File 'app/controllers/ish_manager/email_unsubscribes_controller.rb', line 8

def new
  @unsubscribe = Ish::Unsubscribe.new
  authorize! :new, @unsubscribe
end