You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if somebody uses something like normalize_attribute :name it makes impossible to have normalize_name method in the corresponding model, I suggest the defined method is at least given some kind of unique name (using prefix or similar) so that collisions are less likely.
The text was updated successfully, but these errors were encountered:
Currently if somebody uses something like
normalize_attribute :name
it makes impossible to havenormalize_name
method in the corresponding model, I suggest the defined method is at least given some kind of unique name (using prefix or similar) so that collisions are less likely.The text was updated successfully, but these errors were encountered: