Sha256: 84eb52b22c848938974a1773c4c840dca769cf5f81d8335c8885e1ca46c77374
Contents?: true
Size: 252 Bytes
Versions: 7
Compression:
Stored size: 252 Bytes
Contents
# This migration comes from model_discovery_engine (originally 20140129104940) class CreateApplicationModels < ActiveRecord::Migration def change create_table :application_models do |t| t.string :model t.timestamps end end end
Version data entries
7 entries across 7 versions & 1 rubygems