feat(components): make works rich_text_area inputs

This commit is contained in:
Colin Darie 2023-10-11 18:49:11 +02:00
parent e4c37758d4
commit 8587696f33
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

@ -2,6 +2,8 @@ class ApplicationComponent < ViewComponent::Base
include ViewComponent::Translatable
include FlipperHelper
delegate :rich_text_area_tag, to: :helpers
def current_user
controller.current_user
end