Splaspage: Add highlights. Fix cfp inclusion.
This commit is contained in:
parent
e9456be31a
commit
ed8a71e554
13 changed files with 61 additions and 24 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddIncludeCfpInSplashpages < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :splashpages, :include_cfp, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue