Sha256: ace9a13577f37358fa73f0789292b2049c358b8353eaef619977be9f37e2ac6d
Contents?: true
Size: 245 Bytes
Versions: 27
Compression:
Stored size: 245 Bytes
Contents
class <%= migration_name.camelize %> < ActiveRecord::Migration def change add_column :<%= child.pluralize %>, :<%= name %>_id, :integer <%- if options.index? -%> add_index :<%= child.pluralize %>, :<%= name %>_id <%- end -%> end end
Version data entries
27 entries across 27 versions & 1 rubygems