Hello.
I'm trying to use nexter and siphon with Rails and have a question.
I have a regular controller with index, show, edit, etcetera and have added a before_filter like your example.
My questions are where does "params[:book_search]" come from for actions such as show and what is the BookSearch class?
I had though that maybe BookSearch was similar to OrderForm in siphon. But now I'm not so sure. I hadn't planned on putting a form in my views other than index.
Thanks in advance for any clarification.
Hello.
I'm trying to use nexter and siphon with Rails and have a question.
I have a regular controller with index, show, edit, etcetera and have added a before_filter like your example.
My questions are where does "params[:book_search]" come from for actions such as show and what is the BookSearch class?
I had though that maybe BookSearch was similar to OrderForm in siphon. But now I'm not so sure. I hadn't planned on putting a form in my views other than index.
Thanks in advance for any clarification.