module Netfira::WebConnect::Migration::Refinements

Attributes

running_migration[RW]

Public Instance Methods

localized_string(*args) click to toggle source
# File lib/netfira/web_connect/migration/refinements.rb, line 10
def localized_string(*args)
  Refinements.running_migration.add_localized_string(args) or string *args
end