Sutto / rocket_pants

API building tools on top of ActionController. Also, an awesome name.
MIT License
981 stars 130 forks source link

Include full_messages in ActiveRecord validation response #142

Open mbajur opened 8 years ago

mbajur commented 8 years ago

Hello! I can see that rocket_pants returns a json object which is built from model.errors. Is there any way to also include response of model.errors.full_messages in the same response?

Thanks in advance