https://github.com/bernat/best_in_placeのガイドに従ってい ます。アプリを実行すると、次のエラーが表示されます。これはどういう意味ですか?
%table
- @schedules.each do |s|
%tr
%td= best_in_place s, :name
$(document).ready(function() {
/* Activating Best In Place */
jQuery(".best_in_place").best_in_place();
});
Uncaught TypeError: Object [object Object] has no method 'best_in_place'