acts_as_current 0.1.0
This acts_as extension modifies ActiveRecord classes so they can carry a reference to the instance defined as current for the given request. The library is particularly useful for providing the authenticated user object to models.
Gemfile:
=
安裝:
=
Runtime 相依性套件 (1):
activerecord
>= 0
Development 相依性套件 (1):
activesupport
>= 0