Routes question

if you have a model that has_many :comments and also
has_one :note, :class => “Comment” how would i route to CRUD the note?

I am not sure what you are asking. This does not sound like a
routing question really, unless you are talking about nested RESTful
resources, in which case it is reportedly having problems in EDGE and
may be different there than in 1.2. I have not used it personally so
I could not help all that much if this is the issue.

Michael