Commit 13ab8ae1 by Tute Costa

Merge pull request #2019 from kesha-antonov/master

update README.me: add missing 'end'
parents 523bd46c acc8391d
...@@ -490,6 +490,7 @@ class CreateUsersWithAttachments < ActiveRecord::Migration ...@@ -490,6 +490,7 @@ class CreateUsersWithAttachments < ActiveRecord::Migration
create_table :users do |t| create_table :users do |t|
t.attachment :avatar t.attachment :avatar
end end
end
# This is assuming you are only using the users table for Paperclip attachment. Drop with care! # This is assuming you are only using the users table for Paperclip attachment. Drop with care!
def down def down
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment