search for: ahelper

Displaying 3 results from an estimated 3 matches for "ahelper".

Did you mean: helper
2006 May 04
1
Re: How do I identify the initiating View from within aHelper?
...way? Chris -----Original Message----- From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Mark Reginald James Sent: Friday, May 05, 2006 2:20 AM To: rails@lists.rubyonrails.org Subject: [Rails] Re: How do I identify the initiating View from within aHelper? Lindsay Boyd wrote: > I would like to call a helper method from my View to construct a sidebar > menu. The menu is contextual, so ideally I would like to do something > like this: > > View > ---- > <%= sidebar_menu %> > > Helper > ------ > def sidebar_me...
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/.