Remove attr_accessible from OpenGraphCache
This commit is contained in:
parent
2f1193fa36
commit
cc8a614c29
1 changed files with 0 additions and 6 deletions
|
|
@ -1,10 +1,4 @@
|
|||
class OpenGraphCache < ActiveRecord::Base
|
||||
attr_accessible :title
|
||||
attr_accessible :ob_type
|
||||
attr_accessible :image
|
||||
attr_accessible :url
|
||||
attr_accessible :description
|
||||
|
||||
validates :title, :presence => true
|
||||
validates :ob_type, :presence => true
|
||||
validates :image, :presence => true
|
||||
|
|
|
|||
Loading…
Reference in a new issue