forked from fixin.me/fixin.me
Disable Turbo application-wide
This commit is contained in:
@@ -35,7 +35,6 @@ module ApplicationHelper
|
||||
|
||||
def tabular_form_for(record, options = {}, &block)
|
||||
options.merge! builder: TabularFormBuilder
|
||||
options.merge! data: {turbo: false}
|
||||
form_for(record, **options, &-> (f) { f.table_form_for(&block) })
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user