I am using ruby on rails.
Hence through my controller I am fetching the list of data(query strings saved in the database) on the basis of some condition. Now I need to execute these queries.
Do any one know how to do this?
Hence through my controller I am fetching the list of data(query strings saved in the database) on the basis of some condition. Now I need to execute these queries.
Do any one know how to do this?
Comment