Method: Ccls::FactoryTestHelper.included
- Defined in:
- lib/ccls_engine/factory_test_helper.rb
.included(base) ⇒ Object
221 222 223 224 |
# File 'lib/ccls_engine/factory_test_helper.rb', line 221 def self.included(base) base.alias_method_chain( :method_missing, :pluralization ) unless base.respond_to?(:method_missing_without_pluralization) end |