leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
537 stars 215 forks source link

Saved queries not working with Inherited Resource Gem #149

Closed bhushangahire closed 10 years ago

bhushangahire commented 10 years ago

I am using wice_grid version 3.2.0. I also have inherited resource gem to have CRUD methods predefined.

I wanted to use saved queries for wice grid. But when I click save its calling save method of actual controller which is causing all validation fire and saving query fails.

Can you please point easy way to fix this? Or else let me know if I need to override routes.