Flowdock
method

check_class_collision

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: TestUnit::Generators::MailerGenerator
check_class_collision() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/test_unit/mailer/mailer_generator.rb, line 8
      def check_class_collision
        class_collisions "#{class_name}Test", "#{class_name}Preview"
      end
Register or log in to add new notes.