Merge pull request #28 from differentreality/cfp

Cfp option to accept changes in events
This commit is contained in:
Henne Vogelsang 2013-08-15 02:31:36 -07:00
commit b70ba985af
6 changed files with 20 additions and 3 deletions

View file

@ -0,0 +1,5 @@
class AddScheduleChangesToCallForPapers < ActiveRecord::Migration
def change
add_column :call_for_papers, :schedule_changes, :boolean, :default => 0
end
end