Got macs working

This commit is contained in:
2013-01-31 22:39:33 -07:00
parent 998558cd30
commit 04764af983
7 changed files with 60 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
class AddPropertiesToMacs < ActiveRecord::Migration
def change
add_column :macs, :hidden, :boolean
add_column :macs, :note, :string
end
end