show schedule in home page only if it is set as public
This commit is contained in:
parent
ddb2fa4fe9
commit
688557b7cb
4 changed files with 8 additions and 2 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddSchedulePublicToCallForPapers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :call_for_papers, :schedule_public, :boolean
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue