mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 13:44:09 +00:00
4 lines
92 B
Ruby
4 lines
92 B
Ruby
|
|
class Role < ActiveRecord::Base
|
||
|
|
attr_accessible :name
|
||
|
|
has_and_belongs_to_many :users
|
||
|
|
end
|