2016 design

This commit is contained in:
Godwin
2016-05-09 21:35:26 -07:00
parent a83bd6e800
commit eaafa339c8
190 changed files with 4666 additions and 1290 deletions
@@ -0,0 +1,5 @@
class AddStatusToOrganizations < ActiveRecord::Migration
def change
add_column :organizations, :status, :string
end
end