Album status

This commit is contained in:
Gregory Eremin
2011-09-14 20:54:39 +04:00
parent 67b6899f9f
commit da97b4d4fc
4 changed files with 11 additions and 2 deletions
@@ -0,0 +1,5 @@
class AddStatusToAlbums < ActiveRecord::Migration
def change
add_column :albums, :status, :integer
end
end