# File lib/best_in_place/controller_extensions.rb, line 3 def respond_with_bip(obj, options = {}) obj.errors.any? ? respond_bip_error(obj) : respond_bip_ok(obj, options) end