class CreateThemesTable < ActiveRecord::Migration[4.2] def change create_table :themes do |t| end end end