search for: attachment_content_type

Displaying 1 result from an estimated 1 matches for "attachment_content_type".

2009 Sep 03
12
paperclip is not saving the files
...:medium => "300x300>", :thumb => "100x100>" } and i have db migration as class AddAttachmentToPolicies < ActiveRecord::Migration def self.up add_column :policies, :attachment_file_name, :string add_column :policies, :attachment_content_type, :string add_column :policies, :attachment_file_size, :integer end def self.down remove_column :policies, :attachment_file_name remove_column :policies, :attachment_content_type remove_column :policies, :attachment_file_size end end and I have that plugin as well but its...