-->

Ransack save search form value in advanced form se

2019-05-31 06:41发布

问题:

I am developing an application for advanced search using ransack gem in ruby on rails. I am got stuck with the below problems

  • How to save an form search value and save these details for later query
  • Edit the saved query by generating an form by taking the existing query
  • delete the query

Please help me find the solution for this.