mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
4 lines
88 B
Ruby
4 lines
88 B
Ruby
class Role < ActiveRecord::Base
|
|
has_many :users
|
|
has_and_belongs_to_many :rights
|
|
end
|