I would like to access to the $. I don’t like really like to give $ as a parameter.
What the reason behind it, isn’t easier to find $ very time in partial ?
partial
is just a method that takes some thing as an argument. So you have to give it something. If you don’t, it will not work as expected.
Ok I see.