ahmed khattab
Results
2
comments of
ahmed khattab
> Hi @khattab17 - can you add some real world examples of where this is useful? It sounds a bit like it might be better just to rename the foreign...
> For the schema you described, using the 'foreign_key' naming strategy should give you: > > ``` > Post::author() > Post::editor() > User::posts_where_author() > User::posts_where_editor() > ``` > > Having...