Displaying 3 results from an estimated 3 matches for "ahelpful".
Did you mean:
helpful
2006 May 04
1
Re: How do I identify the initiating View from within aHelper?
Lindsay,
Wouldn''t you want to use a component for this? I know components seem
to be out of favor, but they seem like a perfect fit for this very
thing.
You could then go like:
<%= render_component :controller => ''sidebar'', :action => ''home_menu'' %>
The :action parameter could even be more dynamic based on your own
needs.
Maybe someone
2012 Dec 26
1
Converting R script to Matlab
Hello,
I am very new to R. I have used Matlab in the past but not extensively. I
would like to be able to convert an R script to Matlab. I should be
grateful if you would point me towards ahelpful link to do so.
Uma
[[alternative HTML version deleted]]
2006 Apr 06
5
Using helper method of another model
I have a template that belongs to a certain model (model A). I need to
call a helper method of a different model (model B). Then I need the
helper method of B to call a helper method of model C.
I tried using "include" and "require" and using namespaces, but I got
"undefined method". What is the way to do it?
--
Posted via http://www.ruby-forum.com/.