Sha256: b0c195c6bc64928315e583948ec3a4ad247577ac85ab0b787dc3768283a4de53
Contents?: true
Size: 261 Bytes
Versions: 4
Compression:
Stored size: 261 Bytes
Contents
class CreateCullenderTables < ActiveRecord::Migration def change create_table :rules 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