2016 design

This commit is contained in:
Godwin
2016-05-09 21:45:23 -07:00
parent 48ed91e24c
commit 5d25e09bc4
190 changed files with 4665 additions and 1289 deletions
@@ -0,0 +1,5 @@
class AddStatusToOrganizations < ActiveRecord::Migration
def change
add_column :organizations, :status, :string
end
end