我正在按照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'