lib/attached.rb in attached-0.4.2 vs lib/attached.rb in attached-0.4.3
- old
+ new
@@ -15,10 +15,9 @@
options = args.extract_options!
args.each do |name|
column("#{name}_identifier", :string, options)
column("#{name}_extension", :string, options)
- column("#{name}_status", :string, options)
column("#{name}_size", :integer, options)
end
end
end
\ No newline at end of file