Skip to content

Instantly share code, notes, and snippets.

@thenickcox
Created December 22, 2014 15:29
Show Gist options
  • Save thenickcox/f1f644cdb25f189bc7cb to your computer and use it in GitHub Desktop.
Save thenickcox/f1f644cdb25f189bc7cb to your computer and use it in GitHub Desktop.
class AddFeaturedToAlbums < ActiveRecord::Migration
def change
add_column :albums, :featured, :boolean, default: false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment