summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tabular_form_builder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tabular_form_builder.rb b/lib/tabular_form_builder.rb
index 5b331fe3f..88e35a6d2 100644
--- a/lib/tabular_form_builder.rb
+++ b/lib/tabular_form_builder.rb
@@ -22,7 +22,7 @@ class TabularFormBuilder < ActionView::Helpers::FormBuilder
def initialize(object_name, object, template, options, proc)
set_language_if_valid options.delete(:lang)
- @object_name, @object, @template, @options, @proc = object_name, object, template, options, proc
+ super
end
(field_helpers - %w(radio_button hidden_field) + %w(date_select)).each do |selector|