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 571 forks source link

Undefined method error when adding BIP #504

Closed ecargnfx closed 9 years ago

ecargnfx commented 9 years ago

Getting an undefined method `customer_segment_path' error.

This works: %tbody

This does not work after I followed the steps and added BIP: %tbody

This is in my index view. Everything looks good in the controller and routes; it works fine when I don't use best_in_place.

Any ideas what I could be doing wrong? I'm new to this so let me know if more info is needed.