Sha256: ac6d357e40da86c5dddf212ea3fe1ab510a1e0ecf2fd656a8ba6d1378c26d620
Contents?: true
Size: 189 Bytes
Versions: 15
Compression:
Stored size: 189 Bytes
Contents
# frozen_string_literal: true class Create<%= table_name.camelize %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>] def change <%= migration_data %> end end
Version data entries
15 entries across 15 versions & 1 rubygems