cleaned venue controller update method
This commit is contained in:
parent
24ac1778a5
commit
c75423e7ee
2 changed files with 8 additions and 7 deletions
|
|
@ -1,4 +1,5 @@
|
|||
class Venue < ActiveRecord::Base
|
||||
attr_accessible :name, :description, :address, :website
|
||||
has_many :conferences
|
||||
before_create :generate_guid
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue