class CreateSpotlightConfiguration < ActiveRecord::Migration def change create_table :spotlight_configurations do |t| t.references :masthead end end end