method

aliased_table_name

Importance_1
v2.3.8 - Show latest stable - 0 notes - Class: ActiveRecord::Associations::AssociationProxy

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

aliased_table_name() public

Returns the name of the table of the related class:

  post.comments.aliased_table_name # => "comments"
Show source
Register or log in to add new notes.