Implement role authorization
This commit is contained in:
parent
6755328c4c
commit
e2fb434dc7
122 changed files with 1386 additions and 751 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class Room < ActiveRecord::Base
|
||||
attr_accessible :name, :size, :public
|
||||
attr_accessible :name, :size, :public, :conference_id
|
||||
|
||||
belongs_to :conference
|
||||
has_many :events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue