Get rid of the splashpage banner photo and "descriptions"
This commit is contained in:
parent
60ba81ab46
commit
30e8ab856c
23 changed files with 1235 additions and 184 deletions
|
|
@ -0,0 +1,10 @@
|
|||
class DropSplashDescriptionsAndPhoto < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :splashpages, :ticket_description
|
||||
remove_column :splashpages, :sponsor_description
|
||||
remove_column :splashpages, :registration_description
|
||||
remove_column :splashpages, :lodging_description
|
||||
remove_column :splashpages, :include_banner
|
||||
remove_attachment :splashpages, :banner_photo
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue