ooor icon indicating copy to clipboard operation
ooor copied to clipboard

localize URL key using klass.model_name.i18n_key ?

Open rvalyi opened this issue 11 years ago • 0 comments
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

rvalyi avatar Apr 24 '14 17:04 rvalyi