acts_as_list with has_and_belongs_to_many relationship
        Posted  
        
            by mculp
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mculp
        
        
        
        Published on 2010-02-16T17:35:28Z
        Indexed on 
            2010/03/31
            20:23 UTC
        
        
        Read the original article
        Hit count: 169
        
I've found an old plugin called acts_as_habtm_list - but it's for Rails 1.0.0.
Is this functionality built in acts_as_list now? I can't seem to find any information on it.
Basically, I have an artists_events table - no model. The relationship is handled through those two models specifying :has_and_belongs_to_many
How can I specify order in this situation?
© Stack Overflow or respective owner