Sha256: a64b89f4d8ed1e6cd2268e5b0c18f9db0de5d947327d09f1be12cd7b2f00fdc7
Contents?: true
Size: 298 Bytes
Versions: 4
Compression:
Stored size: 298 Bytes
Contents
class ReleaseNotesCreate<%= table_name.camelize %> < ActiveRecord::Migration def change create_table(:<%= table_name %>) do |t| <%= migration_data -%> <% attributes.each do |attribute| -%> t.<%= attribute.type %> :<%= attribute.name %> <% end -%> t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems