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