How to search for a string on multiple fields across multiple joined tables in Rails
In my project I have to write a search controller, in which I have to search for a string on multiple fields across join tables. There are two controllers Project, Publication and two models project and publication. Project has many publication and publication belongs to project. I wanted to search for a string on all … Continue reading How to search for a string on multiple fields across multiple joined tables in Rails