Skip to content

Commit

Permalink
remove attr_accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Apr 19, 2009
1 parent 9ad43ab commit a8eba95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/technoweenie/attachment_fu.rb
Expand Up @@ -183,7 +183,6 @@ def self.extended(base)
base.after_save :after_process_attachment
base.after_destroy :destroy_file
base.after_validation :process_attachment
base.attr_accessible :uploaded_data
if defined?(::ActiveSupport::Callbacks)
base.define_callbacks :after_resize, :after_attachment_saved, :before_thumbnail_saved
end
Expand Down

0 comments on commit a8eba95

Please sign in to comment.