method
check_class_collision
v4.2.1 -
Show latest stable
- Class:
Rails::Generators::NamedBase
check_class_collision(options={})protected
Add a class collisions name to be checked on class initialization. You can supply a hash with a :prefix or :suffix to be tested.
Examples
check_class_collision suffix: "Decorator"
If the generator is invoked with class name Admin, it will check for the presence of “AdminDecorator”.