Flowdock
method

owner_keys

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Association
owner_keys() 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/preloader/association.rb, line 66
          def owner_keys
            @owner_keys ||= owners_by_key.keys
          end
Register or log in to add new notes.