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