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