rails / sass-rails

Ruby on Rails stylesheet engine for Sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ignore render_or_call for one particular field?

krtschmr opened this issue · comments

We have a PremiumItem with a duration where we fill in a string like 1.yearor 72.hours.

unfortunately AA display a big integer (seconds) insteads of "1.year"

is there any config solution to disable the default "call" for strings for a particular field of a model?