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
Since certain model names contain acronyms, we must configureActiveSupport::Inflector to preserve them as acronyms instead of converting them to CamelCase when converting the model name into a human readable name:
Since certain model names contain acronyms, we must configure
ActiveSupport::Inflector
to preserve them as acronyms instead of converting them to CamelCase when converting the model name into a human readable name:IPAddress.model_name.human # => "Ip address"
IPAddress.model_name.human # => "IP address"
The text was updated successfully, but these errors were encountered: