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.
This commit is contained in:
taitus
2021-01-18 11:51:20 +01:00
parent 7b1821fc9b
commit 334d803332
12 changed files with 92 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
class ApplicationComponent < ViewComponent::Base
include SettingsHelper
delegate :back_link_to, to: :helpers
delegate :default_form_builder, to: :controller
end