class AddJavascriptToPosts

Public Instance Methods

change() click to toggle source
# File lib/ecrire/db/migrate/20131221181640_add_javascript_to_posts.rb, line 2
def change
  add_column :posts, :javascript, :text
end