feat(components): make works rich_text_area inputs
This commit is contained in:
parent
e4c37758d4
commit
8587696f33
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue