Files
grecia/app/components/application_component.rb
taitus 334d803332 Add related list selector component
This component allows you to add Goals and Targets in a single
input to relate it to any resource.
We use the new added library to render them as tags.
2021-01-20 19:18:01 +01:00

6 lines
167 B
Ruby

class ApplicationComponent < ViewComponent::Base
include SettingsHelper
delegate :back_link_to, to: :helpers
delegate :default_form_builder, to: :controller
end