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
{{ message }}
This repository was archived by the owner on Jun 16, 2020. It is now read-only.
I might be missing a method that may already be available but what I do now to get a humanized version of an attribute (in the view for example) is something like this:
model.bitmask_attribute[0].to_s.humanize
It would be nice if I could just do something like:
model.bitmas_attribute.humanized
I haven't dug too much into this to see if there is something currently offered, maybe someone can fill me in if there is?
If not would a PR to make a method like this in the gem be accepted?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I might be missing a method that may already be available but what I do now to get a humanized version of an attribute (in the view for example) is something like this:
It would be nice if I could just do something like:
I haven't dug too much into this to see if there is something currently offered, maybe someone can fill me in if there is?
If not would a PR to make a method like this in the gem be accepted?
The text was updated successfully, but these errors were encountered: