RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: squiter85
Site: www.abstraindo.com
Hey guys, how can I get the articles using comment object? Somethin like these:
comment = Comment.all.first comment.article
supposing the first comment has a comentable_type as article.
Good suggestion! :D
Hey guys, how can I get the articles using comment object?
Somethin like these:
comment = Comment.all.first comment.article
supposing the first comment has a comentable_type as article.
Good suggestion! :D