summaryrefslogtreecommitdiffstats
path: root/lib/generators/redmine_plugin_migration/templates/migration.rb.tt
blob: c759c2a68dab9cf857fef62fcb2f3480f84f4d50 (plain)
1
2
3
4
class <%= @migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
  def change
  end
end