>From the code you've pasted, :class_name => :teste seems to be the problemFrom
what I know it should be :class => :teste assuming you have all the
spellings correct.

Thanks & Regards,
Dhruva Sagar.


Mike Ditka <http://www.brainyquote.com/quotes/authors/m/mike_ditka.html>  -
"If God had wanted man to play soccer, he wouldn't have given us arms."

On Tue, Aug 25, 2009 at 3:26 PM, Archana Thota <
rails-mailing-l...@andreas-s.net> wrote:

>
> I have habtm relationships as follows...
>
> class Schoolclass < ActiveRecord::Base
>  has_and_belongs_to_many :students, :join_table =>
> :student_schoolclasses
>  has_and_belongs_to_many :tests, :class_name => :teste,  :join_table =>
> :test_schoolclasses
>
> end
>
> when I access  Schoolclass.find(1).students, its giving all the students
> of class, but when I access Schoolclass.find(1).tests, its throwing an
> error "can't convert Symbol into String".
>
> Please help me.
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to