Skip to content

Commit

Permalink
Set default_form_builder for Blazer controllers - closes #449
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Nov 27, 2023
1 parent e9d3079 commit d682e41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/blazer/base_controller.rb
Expand Up @@ -30,6 +30,8 @@ class BaseController < ApplicationController

layout "blazer/application"

default_form_builder ::ActionView::Helpers::FormBuilder

private

def process_vars(statement, var_params = nil)
Expand Down

0 comments on commit d682e41

Please sign in to comment.