Displaying 1 result from an estimated 1 matches for "foos_controller".
Did you mean:
  foo_controller
  
2010 Nov 04
0
namespace problem with iCalendar
...t this library contains classes called "Calendar" and
"Event"
now my app is getting lotta errors like this when it tries to use
activerecord find - @calendar = Calendar.find(id) :
NoMethodError (undefined method `find'' for Icalendar::Calendar:Class):
  app/controllers/foos_controller.rb:184:in `sendEmailDialogForm''
  C:/Ruby/lib/ruby/1.8/webrick/httpserver.rb:104:in `service''
  C:/Ruby/lib/ruby/1.8/webrick/httpserver.rb:65:in `run''
is there some way to do   @calendar =
ActiveRecord::Base.Calendar.find  ??   or something like it...
trying to avoid us...