Flowdock
foreign_key_present?() 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/belongs_to_association.rb, line 55
        def foreign_key_present?
          owner[reflection.foreign_key]
        end
Register or log in to add new notes.