Nerad používám řetězec v dotazech ActiveRecord, takže preferuji tento sintax:
@post = Post.joins(:taggings).where(taggings: {tag_id: 17})
Nerad používám řetězec v dotazech ActiveRecord, takže preferuji tento sintax:
@post = Post.joins(:taggings).where(taggings: {tag_id: 17})