mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
5 lines
198 B
Ruby
5 lines
198 B
Ruby
|
class ApplicationComponent < ViewComponent::Base
|
||
|
# These don't work as expected with helpers.turbo_frame_tag, etc., so we include them here
|
||
|
include Turbo::FramesHelper, Turbo::StreamsHelper
|
||
|
end
|