lwe/page_title_helper

Make basename customizable

Closed this issue · 4 comments

Make basename customizable
lwe commented

It probably should make use of Rails.application.class.parent_name.humanize instead

I think it should use Rails.application.class.parent_name.humanize by default and allow to be overridden by setting an en.application_name or something.

lwe commented

It already can be changed using translations: app.name

Thanks!