Tests fixed

This commit is contained in:
G0dwin
2014-05-17 19:00:39 -06:00
parent f6b39ea93f
commit 4f448df63a
7 changed files with 2173 additions and 70 deletions
+3 -1
View File
@@ -381,7 +381,9 @@ module BikeBikeFormHelper
private
def custom_field(method, value, options, type)
options[:_controller] = params[:controller]
if defined? params
options[:_controller] = params[:controller]
end
options[:_record] = object
options = BikeBikeFormHelper.get_options(method, options, type)
html = BikeBikeFormHelper.send(type + '_tag', method, value, options, self)