This way we'll be able to reuse it in the SDG Management section while reusing the `title` method to set the page title.
5 lines
117 B
Ruby
5 lines
117 B
Ruby
class ApplicationComponent < ViewComponent::Base
|
|
include SettingsHelper
|
|
delegate :back_link_to, to: :helpers
|
|
end
|