-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hi mate :)
We are working in a project that have a lot of decimal columns with different precisions.
Currently we are workarounding with decorators:
class PublicityDecorator < Decorator
def value
helpers.number_with_precision super, :precision => 4
end
endI think where we want to display a different precision is where we should implement something like decorators to override precision.
What you think?
Metadata
Metadata
Assignees
Labels
No labels