Hello, I'm looking for feedback on a possible pull-request to rails.
Here's the idea: right now any time an ActiveModel::Name
is needed, it is accessed through model.class.model_name
.
In other words, currently, it's something like this:
# Somewhere in rails
model.class.model_name