Flowdock
method

singleton_method_added

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ClassMethods
singleton_method_added(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/scoping/named.rb, line 193
          def singleton_method_added(name)
            generate_relation_method(name) if Kernel.respond_to?(name) && !ActiveRecord::Relation.method_defined?(name)
          end
Register or log in to add new notes.