Class: ModSpox::Models::Group

Inherits:
Object
  • Object
show all
Defined in:
lib/mod_spox/models/Group.rb

Instance Method Summary collapse

Instance Method Details

#authsObject



4
5
6
7
8
9
10
# File 'lib/mod_spox/models/Group.rb', line 4

def auths
    auth = []
    AuthGroup.filter(:group_id => pk).each do |ag|
        auth << ag.auth
    end
    return auth
end