Sha256: 22fc3ac2bda58e4bda808978b367b012fb3f90865397aa7d2863d364fa6a18d4
Contents?: true
Size: 278 Bytes
Versions: 302
Compression:
Stored size: 278 Bytes
Contents
class InlineFormsCreate<%= table_name.camelize %> < ActiveRecord::Migration def self.up create_table :<%= table_name + ", :id => " + @create_id.to_s %> do |t| <%= @columns -%> t.timestamps end end def self.down drop_table :<%= table_name %> end end
Version data entries
302 entries across 302 versions & 1 rubygems