@@ -867,7 +867,7 module ApplicationHelper | |||
|
867 | 867 | options = args.last |
|
868 | 868 | options[:html] ||= {} |
|
869 | 869 | options[:html][:class] = 'tabular' unless options[:html].has_key?(:class) |
|
870 |
options.merge!({:builder => TabularFormBuilder |
|
|
870 | options.merge!({:builder => TabularFormBuilder}) | |
|
871 | 871 | form_for(*args, &proc) |
|
872 | 872 | end |
|
873 | 873 |
General Comments 0
You need to be logged in to leave comments.
Login now