Flowdock
method

extension_module_name

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: CollectionAssociation
extension_module_name() private

No documentation

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

Hide source
# File activerecord/lib/active_record/associations/builder/collection_association.rb, line 45
      def extension_module_name
        @extension_module_name ||= "#{model.to_s.demodulize}#{name.to_s.camelize}AssociationExtension"
      end
Register or log in to add new notes.