Use Turbo Frame Tag in ViewComponent
May 31, 2022
You can see this error:
undefined method `turbo_frame_tag'
when trying to use turbo_frame_tag
inside of your ViewComponent
.
To solve this, add a helper to your ApplicationComponent:
And inherit from ApplicationComponent
.