Sha256: c40e1f03e0b2d26b1cbcfd90f838e5283bdbdeb10f43304ff8ff3c4d60ff0eb2
Contents?: true
Size: 407 Bytes
Versions: 11
Compression:
Stored size: 407 Bytes
Contents
class Create<%= name.classify.singularize %> < ActiveRecord::Migration[<%= Rails::VERSION::MAJOR %>.<%= Rails::VERSION::MINOR %>] def change create_table :<%= name.underscore.pluralize %> do |t| <% attributes.each do |attr| %> t.<%= attr.type %> :<%= attr.name %> <% end %> t.boolean :check_privacy t.references :language, index: true t.timestamps end end end
Version data entries
11 entries across 11 versions & 1 rubygems