ooor
ooor copied to clipboard
localize URL key using klass.model_name.i18n_key ?
trafficstars
localize URL using klass.model_name.i18n_key see human method in active_model/human.rb
for instance, seems that action_view/helpers/form_helper.rb is calling it in default_submit_value via object.class.model_name.huma
could be better than the current adhoc system I implemented in naming.rb