socialization 2.0.1
Socialization allows any model to Follow and/or Like any other model. This is accomplished through a double polymorphic relationship on the Follow and Like models. But you don't need to know that since all the complexity is hidden from you.
          Gemfile:
          =
        
        
          インストール:
          =
        
      Runtime依存関係 (1):
            activerecord
            >= 0
          
    Development依存関係 (10):
            appraisal
            >= 0
          
          
            byebug
            >= 0
          
          
            guard
            >= 0
          
          
            guard-rspec
            >= 0
          
          
            logger
            >= 0
          
          
            mock_redis
            >= 0
          
          
            rspec
            >= 0
          
          
            rspec-mocks
            >= 0
          
          
            sqlite3
            >= 0
          
          
            yard
            >= 0
          
    