Sha256: 7a2f8e7d713e5bcc5b4bb61693e44801f39933ca2b4c4fb01e2f2a67aa0cc63c
Contents?: true
Size: 273 Bytes
Versions: 1
Compression:
Stored size: 273 Bytes
Contents
# This migration comes from pageflow (originally 20140624135424) class CreateAccountsThemesJoinTable < ActiveRecord::Migration def change create_table :pageflow_accounts_themes, id: false do |t| t.belongs_to :account t.belongs_to :theme end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pageflow-sitemap-0.1.0 | spec/d/r/db/migrate/20150209101546_create_accounts_themes_join_table.pageflow.rb |