Module: ExvoNotifications::Controllers::Access

Defined in:
lib/exvo_notifications/controllers/access.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



2
3
4
5
# File 'lib/exvo_notifications/controllers/access.rb', line 2

def self.included(base)
  base.send :include, ExvoNotifications::Controllers::Methods
  base.helper_method :check_access
end