Displaying 1 result from an estimated 1 matches for "gallery_entry_typ".
Did you mean:
gallery_entry_type
2006 May 26
6
Help needed with acts_as_list
...;in_exhibition = #{in_exhibition}"
I get a runtime error :
undefined local variable or method `in_exhibition'' for
GalleryEntry:Class
Is it possible to use acts_as_list that way ??
If not what is the solution ? Creating another model GalleryEntryType
and :
GalleryEntry
belongs_to :gallery_entry_type
acts_as_list :scope => :gallery_entry_type
??
Any help appreciated I don''t know what''s wrong or right.... thank you
--
Posted via http://www.ruby-forum.com/.