Remove unused code kept only as reference

This commit is contained in:
2024-02-11 18:37:35 +01:00
parent 1198add901
commit 10f866d40b
2 changed files with 0 additions and 50 deletions

View File

@@ -23,14 +23,6 @@ ActiveSupport.on_load :turbo_streams_tag_builder do
action :focus, target, allow_inferred_rendering: false
end
#def click(target)
# action :click, target, allow_inferred_rendering: false
#end
#def click_all(targets)
# action_all :click, targets, allow_inferred_rendering: false
#end
def insert_form(target, content = nil, **rendering, &block)
if target.is_a? Symbol
action :prepend_form, target, content, **rendering, &block