Separate validation file for each model in rails.
- by krunal shah
I have a too many models and want to maitain separate validation and
relationship files for each model in rails. Is there any way i can maintain it
with rails?
Any specific advantage to do it?