class AddExcerptToPost
Public Instance Methods
change()
click to toggle source
# File lib/ecrire/db/migrate/20131114205041_add_excerpt_to_post.rb, line 2 def change add_column :posts, :excerpt, :string end
# File lib/ecrire/db/migrate/20131114205041_add_excerpt_to_post.rb, line 2 def change add_column :posts, :excerpt, :string end