Flowdock
method

new

Importance_0
new(base_klass, children) public

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/join_dependency/join_part.rb, line 22
        def initialize(base_klass, children)
          @base_klass = base_klass
          @children = children
        end
Register or log in to add new notes.