method
aliased_table_name
v3.0.0 -
Show latest stable
- Class:
ActiveRecord::Associations::AssociationProxy
aliased_table_name()public
Returns the name of the table of the related class:
post.comments.aliased_table_name # => "comments"