Flowdock
new(base_klass) 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 18
        def initialize(base_klass)
          @base_klass = base_klass
          @cached_record = {}
          @column_names_with_alias = nil
        end
Register or log in to add new notes.