module RequiresShunt::Migration::ClassMethods

Public Instance Methods

requires_shunt() click to toggle source
# File lib/requires_shunt/migration.rb, line 11
def requires_shunt
  self.shunt_required = true
end