我試圖用Rails 2.3.5創建我的車型之一自定義驗證,但我一直recieving以下錯誤每次我跑我的測試套件:PAGINATE拋出錯誤自定義驗證
`method_missing_without_paginate': undefined local variable or method `validates_progression'
應用程序/模型/ project.rb似乎
class Project < ActiveRecord::Base
...
validates_progression
def validates_progression
true # stubtastic!
end
end
我不能做太多的這種〜