remove empty line after custom_wrapper_with_wrapped_label_input

This commit is contained in:
allomov 2012-10-05 19:53:43 +03:00
parent 4aef53d5d2
commit ca197ce62c
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ module MiscHelpers
end
end
def custom_form_for(object, *args, &block)
simple_form_for(object, *(args << { :builder => CustomFormBuilder }), &block)
end