module Countrizable::ActiveRecord::Migration

Public Instance Methods

countrizable_migrator() click to toggle source
# File lib/countrizable/active_record/migration.rb, line 6
def countrizable_migrator
  @countrizable_migrator ||= Migrator.new(self)
end