bernat / best_in_place

A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem
http://blog.bernatfarrero.com/in-place-editing-with-javascript-jquery-and-rails-3/
1.2k stars 572 forks source link

add skip_blur to configuration options #469

Closed blairanderson closed 9 years ago

blairanderson commented 9 years ago

What does this PR do?

# inside config/initializers/best_in_place.rb

BestInPlace.configure do |config|
  config.skip_blur = true
end
blairanderson commented 9 years ago

let me know how i can change/cleanup to your liking.

seuros commented 9 years ago

Thank you for your contribution @blairanderson .