Displaying 1 result from an estimated 1 matches for "modify_regression_test".
2006 Aug 03
1
strange before_filter error. is this a bug i have found?
...est
def find_regression_test
@regression_test=RegressionTest.find(8)
end
....
The above seems like perfectly normal before_filter syntax, but it gives
this error. Aldo is no application trace, just a framework trace:
Any idea what is wrong?
NoMethodError in Regression testsController#modify_regression_test
private method `equal?'' called for false:FalseClass
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace | Full Trace
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:1567:in
`==''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1...