module Sequent::Migrations::Migration::ClassMethods
Public Instance Methods
Source
# File lib/sequent/migrations/functions.rb, line 7 def create(record_class, version) migration = new(record_class) migration.version = version migration end
# File lib/sequent/migrations/functions.rb, line 7 def create(record_class, version) migration = new(record_class) migration.version = version migration end