Sha256: fdc0c8cb8467e9407a1e39c68362fb504abc8ca9899704b260b52c992b8b85d0
Contents?: true
Size: 468 Bytes
Versions: 42
Compression:
Stored size: 468 Bytes
Contents
# This migration comes from activeadmin_selleo_cms (originally 20121206231053) class CreateActiveadminSelleoCmsSections < ActiveRecord::Migration def change create_table :activeadmin_selleo_cms_sections do |t| t.string :name, :null => false t.belongs_to :sectionable, polymorphic: true t.timestamps end add_index :activeadmin_selleo_cms_sections, :name ActiveadminSelleoCms::Section.create_translation_table! body: :text end end
Version data entries
42 entries across 42 versions & 1 rubygems