README.rdoc in attached-1.0.5 vs README.rdoc in attached-1.0.6
- old
+ new
@@ -24,10 +24,10 @@
== Examples
Migration:
- rails g model video name:string encoding:attached
+ rails g model video name:string encoding:attachment
class CreateVideo < ActiveRecord::Migration
def self.up
create_table :videos do |t|
t.string :name