Displaying 1 result from an estimated 1 matches for "scaffold_".
Did you mean:
scaffold
2006 Mar 07
1
decorators for models?
...ed. There are number of parameters
that need to be customizable: column titles, row style depending on the
data (i.e. showing all rows with balance<0 in red), is column sortable,
sort-algorithm etc.
To me, putting this parametrization in model like i.e. scaffold
extension does (fields like @scaffold_fields, @scaffold_*) isn''t the
right choice, as these parameters have more to do with "visual model"
than with data model, so I was thinking of creating app/decorators/ and
putting these visual models into separate classes (decorators) there
i.e.
class OrdersDecorator < Ac...