Sha256: e30dce3ab880e17bd2b2d4059bebad88d7c9bcbd62511456bb6b441564c08895
Contents?: true
Size: 381 Bytes
Versions: 4
Compression:
Stored size: 381 Bytes
Contents
module DeviseInvitable::Controllers::Helpers protected def authenticate_resource! ActiveSupport::Deprecation.warn('authenticate_resource! has been renamed to authenticate_inviter!') authenticate_inviter! end def authenticate_inviter! send(:"authenticate_#{resource_name}!") end end ActionController::Base.send :include, DeviseInvitable::Controllers::Helpers
Version data entries
4 entries across 4 versions & 1 rubygems