Flowdock
method

associated_with?

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: TableMetadata
associated_with?(table_name) 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/table_metadata.rb, line 25
    def associated_with?(table_name)
      klass&._reflect_on_association(table_name) || klass&._reflect_on_association(table_name.singularize)
    end
Register or log in to add new notes.