Last active
April 28, 2016 20:14
-
-
Save alexshagov/b881ee041fb8820199bcdc393463db59 to your computer and use it in GitHub Desktop.
blg.1-1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class AddFileToPicture < ActiveRecord::Migration | |
def change | |
add_attachment :pictures, :file | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment