Sha256: a233c03a661e38c0b64984401a27754a28af4cb7fa1ccbaa5bef1adc1b98d614
Contents?: true
Size: 205 Bytes
Versions: 1
Compression:
Stored size: 205 Bytes
Contents
class Create<%= klasses %> < ActiveRecord::Migration def change create_table :<%= klasses %> do |t| t.string :name t.string :slug t.text :body t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildybuild-0.0.1 | lib/generators/buildybuild/cms/templates/cms_migration.rb |