Displaying 1 result from an estimated 1 matches for "example_helper".
2006 Jan 26
1
"Helper" function for my models
I''d like to create a validation function that I can use in all of my
models. What''s the best way to create a method that will be available
to all of my models? It looks like Helper methods only work in Views
and methods in the Application class only work in controllers, so how
do I make one for models?
I hope this question isn''t too lame, it seems like something I