Module: StackOneMigration
- Defined in:
- lib/stackone_migration.rb,
lib/stackone_migration/version.rb,
lib/stackone_migration/helpers/account_helper.rb,
lib/stackone_migration/mappers/employees_mapper.rb
Defined Under Namespace
Classes: AccountHelper, EmployeesMapper
Constant Summary collapse
- VERSION =
'1.3.0'
Class Method Summary collapse
Class Method Details
.configure ⇒ Object
23 24 25 26 27 28 29 |
# File 'lib/stackone_migration.rb', line 23 def configure if block_given? yield(Configuration.default) else Configuration.default end end |