Article HABTM authors
In Article model, i say:
validates_associated :authors
But, by creating of the new Article, this validation does't happen, because i don't see the errors.
Another errors are displayed properly, but this.
I render errors so:
<div class="errors">
<%= article_form.error_messages %>
</div>
What's wrong here ?