cleaned venue controller update method
This commit is contained in:
parent
7c35e39531
commit
b94ee7e758
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