search for: m000109

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

Did you mean: m000102
2005 Oct 12
1
Global helper method?
I want a method to be accessible from everywhere in my app (it''s a Gaussian RNG) - I''ve already put them as protected methods in application.rb but that would only allow them to be accessed from controllers. I have a method in a model that needs access to this too, and I''d prefer not performing the calculations outside the model. Copying the method definition into the