I have a Feature page that belongs to the Car page. That is working exactly how I want to, except for one thing.
After creating, updating or destroying, I want the
right code for updating without skipping validation
controller do def update super do |success,failure| success.html { redirect_to collection_path } end end end