Sha256: 4b36ad797a2af7c01a6dda47b822628f8746f156664cd224379b703bf97453b8
Contents?: true
Size: 186 Bytes
Versions: 4
Compression:
Stored size: 186 Bytes
Contents
class <%= @migration_class_name %> < ActiveRecord::Migration<%= ('[4.2]' if Rails::VERSION::MAJOR >= 5) %> def self.up <%= @up %> end def self.down <%= @down %> end end
Version data entries
4 entries across 4 versions & 1 rubygems