search for: featured_video

Displaying 1 result from an estimated 1 matches for "featured_video".

2006 Jun 28
9
Rails Borked After 1.1.3 Install?
...d now I''m seeing very strange results. When hitting a controller action, I am told that perfectly valid methods are not there: NoMethodError (undefined method `find'' for VideoTrack:Module) Huh? Here''s the code in question: VideoTrack.find(:all, :conditions => "featured_video = 1", :order => ''created_at DESC'') So... What the hell is going on? Any ideas? Thanks, Hunter