I have a problem, an example I created two scaffold book and loan, then I created a controller and an index called report:
rails generate controller RelatoriosEmprestimos index
I want to make specific searches of scaffold loans on this controller that I created.
I need to solve this as soon as I can.