How to write a method in controller which calls before loading particular partial on Rails?
I need to do execute set of lines before the partial load in my Rails project so I need to call specific method which I can declare In controller. So how can I do this??
Pl开发者_开发技巧ease give your ideas to solve this problem.
精彩评论