test/dummy/config/locales/en.yml in link_to_action-0.1.2 vs test/dummy/config/locales/en.yml in link_to_action-0.1.3

- old
+ new

@@ -1,5 +1,9 @@ # Sample localization file for English. Add more files in this directory for other locales. # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. en: hello: "Hello world" + activerecord: + models: + user: 'My User' + comment: 'My Comment'