Skip to content

Commit

Permalink
Fix type mismatch in stimulus_controllers default
Browse files Browse the repository at this point in the history
  • Loading branch information
bryszard committed Nov 19, 2023
1 parent b6674fe commit 829a69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/avo/concerns/has_action_stimulus_controllers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module HasActionStimulusControllers
extend ActiveSupport::Concern

included do
class_attribute :stimulus_controllers, default: ""
class_attribute :stimulus_controllers, default: []
end

def get_stimulus_controllers
Expand Down

0 comments on commit 829a69b

Please sign in to comment.