Module: Partisan::Follow

Extended by:
ActiveSupport::Concern
Defined in:
lib/partisan/follow.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

FOLLOWER_FOLLOW_ACCESSORS =

Constants

[:about_to_follow, :just_followed]
FOLLOWER_UNFOLLOW_ACCESSORS =
[:about_to_unfollow, :just_unfollowed]
FOLLOWABLE_BEING_FOLLOWED_ACCESSORS =
[:about_to_be_followed_by, :just_followed_by]
FOLLOWABLE_BEING_UNFOLLOWED_ACCESSORS =
[:about_to_be_unfollowed_by, :just_unfollowed_by]