show schedule in home page only if it is set as public

This commit is contained in:
Stella Rouzi 2014-04-02 20:07:42 +03:00
parent ddb2fa4fe9
commit 688557b7cb
4 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,5 @@
class AddSchedulePublicToCallForPapers < ActiveRecord::Migration
def change
add_column :call_for_papers, :schedule_public, :boolean
end
end