Forgot migration from previous commit. Also added links to home page

This commit is contained in:
2013-02-09 04:01:21 -07:00
parent ac66cb0cbe
commit 63913c0be3
3 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class AddMarketingSourceToUsers < ActiveRecord::Migration
def change
add_column :users, :marketing_source, :string
end
end