module Notificate::Rails::Controller::ControllerMethods

Public Instance Methods

enable_notificate_notifications(options = {}) click to toggle source
# File lib/notificate-rails/controller.rb, line 30
def enable_notificate_notifications(options = {})
  prepend_around_filter :_notificate_around_filter, options
end