Sha256: 25f375419ffc7821a419d1e48208ecae36415e44ff176bcbacf5e227d5311da8
Contents?: true
Size: 255 Bytes
Versions: 15
Compression:
Stored size: 255 Bytes
Contents
class AASMCreate<%= table_name.camelize %> < ActiveRecord::Migration[<%= ActiveRecord::VERSION::STRING.to_f %>] def change create_table(:<%= table_name %>) do |t| t.string :<%= column_name %> t.timestamps null: false end end end
Version data entries
15 entries across 15 versions & 1 rubygems