search for: galleryentrytyp

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

Did you mean: galleryentrytype
2006 May 26
6
Help needed with acts_as_list
...true When I use acts_as_list :scope => "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/.