Merge pull request #28 from differentreality/cfp
Cfp option to accept changes in events
This commit is contained in:
commit
b70ba985af
6 changed files with 20 additions and 3 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddScheduleChangesToCallForPapers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :call_for_papers, :schedule_changes, :boolean, :default => 0
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue