Module: UserNotification::StoreController

Extended by:
ActiveSupport::Concern
Defined in:
lib/user_notification/utility/store_controller.rb

Overview

Module included in controllers to allow p_a access to controller instance

Instance Method Summary collapse

Instance Method Details

#store_controller_for_user_notificationObject

Before filter executed to remember current controller



33
34
35
# File 'lib/user_notification/utility/store_controller.rb', line 33

def store_controller_for_user_notification
  UserNotification.set_controller(self)
end