Update customer.rb

This commit is contained in:
2016-05-31 07:23:13 -04:00
parent 01a2b2a1b1
commit e5147b3893

View File

@@ -91,8 +91,8 @@ class Customer < ActiveRecord::Base
else else
return @details.method(method_name).call return @details.method(method_name).call
end end
else #else
super # super
end end
end end