Flowdock
method

join_associations

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: JoinDependency
join_associations() 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.rb, line 50
      def join_associations
        join_parts.last(join_parts.length - 1)
      end
Register or log in to add new notes.