socialization 1.2.2
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 依赖 (9):
appraisal
>= 0
guard
>= 0
guard-rspec
>= 0
logger
>= 0
mock_redis
>= 0
rspec
>= 0
rspec-mocks
>= 0
sqlite3
>= 0
yard
>= 0