search for: p8zg1arsqh0j

Displaying 1 result from an estimated 1 matches for "p8zg1arsqh0j".

2012 May 15
1
How to handle ActiveRecord::RecordInvalid
I''m new to Rails. I''m using Service layer to keep my controllers thin. All my service layer files are located in app/services/domain, app/services/application and app/services/infrastructure. I''m using services in active admin controller section. When validation fail it can''t redirect correctly, it keeps throwing me ActiveRecord::RecordInvalid. Here is the