Fixed hosting bug

This commit is contained in:
Godwin
2017-01-09 22:43:39 -08:00
parent bf11544c2a
commit 8bdb96777a
9 changed files with 38 additions and 10 deletions
@@ -0,0 +1,5 @@
class AddCityIdToConferenceRegistrations < ActiveRecord::Migration
def change
add_column :conference_registrations, :city_id, :integer
end
end