# File lib/best_in_place/helper.rb, line 80 def best_in_place_unless(condition, object, field, opts = {}) best_in_place_if(!condition, object, field, opts) end