search for: helper_3

Displaying 1 result from an estimated 1 matches for "helper_3".

Did you mean: helper_
2005 Dec 21
0
Counting helpers through a view
...t;%= myhelper_tag() %> ... Some stuff ... <%= myhelper_tag() %> ... Some stuff ... <%= myhelper_tag() %> ... --- Results --- <div id="helper_1"> .. </div> ... Some stuff ... <div id="helper_2"> .. </div> ... Some stuff ... <div id="helper_3"> .. </div> Is there another way to do this? Does this seem reasonable to use the ''before_filter'' to reset the count? It feels a little awkward to me. -- Posted via http://www.ruby-forum.com/.