Commit 5b8a5469db8c7a8f40e42dbdeb2f9946a15c93b8

Authored by Victor Costa
1 parent 7e66b3ee

rails3: added attr_accessible to uploaded_data

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/models/image.rb
... ... @@ -23,4 +23,6 @@ class Image < ActiveRecord::Base
23 23  
24 24 postgresql_attachment_fu
25 25  
  26 + attr_accessible :uploaded_data
  27 +
26 28 end
... ...