README.rdoc in attached-0.5.0 vs README.rdoc in attached-0.5.1
- old
+ new
@@ -31,11 +31,11 @@
class CreateVideo < ActiveRecord::Migration
def self.up
create_table :videos do |t|
t.string :name
- t.attached :encoding
+ t.attachment :encoding
t.timestamps
end
end
@@ -164,9 +164,13 @@
http://a.storage.ksylvest.com/
http://b.storage.ksylvest.com/
http://c.storage.ksylvest.com/
http://d.storage.ksylvest.com/
)
+
+== Status
+
+{<img src="http://travis-ci.org/ksylvest/attached.png" />}[http://travis-ci.org/ksylvest/attached]
== Copyright
Copyright (c) 2010 - 2011 Kevin Sylvestre. See LICENSE for details.