Displaying 1 result from an estimated 1 matches for "human_attribute".
2008 Mar 06
0
Searching multiple related models
...for text and ''='' for everything
else at the moment.
But working with heavily nested hashes and recursive functions is
hard, and while it mostly works certain aspects are very difficult,
like finding out the column names from the models and putting the
columns in order. I use the human_attribute plugin to set nice column
names in the model, I believe Rails had this but it was removed? :(
So my questions are: is there a common way of doing this? Am I doing
it the right way? Has someone extraced this kind of functionality into
a plugin?
I hope this makes sense without the actual code, I ca...