Module: TheRole::Api::ActiveRecord

Defined in:
lib/the_role_api/activerecord.rb

Instance Method Summary collapse

Instance Method Details

#acts_as_the_roleObject



8
9
10
# File 'lib/the_role_api/activerecord.rb', line 8

def acts_as_the_role
  include TheRole::Api::Role
end

#has_the_roleObject



4
5
6
# File 'lib/the_role_api/activerecord.rb', line 4

def has_the_role
  include TheRole::Api::User
end