26 27 28 29 30
# File 'lib/formular/helper.rb', line 26 def builder(name = nil) name ||= :basic require "formular/builders/#{name}" self.builder = Formular::Builders.const_get(BUILDERS.fetch(name)) # Formular::Builders::Bootstrap3 end