has_many inheritance
        Posted  
        
            by dweebsonduty
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dweebsonduty
        
        
        
        Published on 2010-03-25T01:07:16Z
        Indexed on 
            2010/03/25
            1:13 UTC
        
        
        Read the original article
        Hit count: 382
        
ruby-on-rails
I have a model called company that has_many users then users belongs_to company.
If something belongs to users will it also belong to company?
© Stack Overflow or respective owner