rom-rb / rom-factory

Data generator with support for persistence backends
MIT License
83 stars 42 forks source link

Expose plural faker generators like "Faker::GreekPhilosophers" properly #72

Closed wuarmin closed 2 years ago

wuarmin commented 2 years ago

classify singularizes the input. camelize doesn't. Before that change f.alias { fake(:greek_philosophers, :name) } raised an exception.

Thanks and best regards