Sha256: 6202c446fa563e62c6fb01d41a94a64e91cd2c9e0635e1884060fe29ada0d9af
Contents?: true
Size: 292 Bytes
Versions: 35
Compression:
Stored size: 292 Bytes
Contents
<% if defined?(::ActiveRecord::Railtie) -%> class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>] def change <%= migration_content -%> end end <% else -%> Sequel.migration do change do <%= migration_content -%> end end <% end -%>
Version data entries
35 entries across 35 versions & 2 rubygems