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 SponsorshipLevel < ActiveRecord::Base
|
||||
attr_accessible :title
|
||||
attr_accessible :title, :conference_id
|
||||
validates_presence_of :title
|
||||
belongs_to :conference
|
||||
has_many :sponsors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue