Dynamic where param on has_many relationship
Hi! How can i pass the id from the selected article, to make dynamic the "where" clause on a "has_many" relationship ? As example, i want to edit an article, and shows the tags of the current article.
Thanks,
Comments
...'where' => 'my_field = {field_name}'...