Module: Coyote

Defined in:
lib/coyote/resource.rb,
lib/coyote/exceptions.rb,
lib/coyote/membership.rb,
lib/coyote/strategies.rb,
lib/coyote/resource_link.rb,
lib/coyote/representation.rb,
lib/coyote/organization_user.rb

Defined Under Namespace

Modules: Membership, Representation, Resource, ResourceLink, Strategies Classes: OrganizationUser

Constant Summary collapse

Exception =
This constant is abstract.

base class for all Coyote application-specific exceptions

Class.new(StandardError)
SecurityError =

Raised when a security violation is detected by application code (vs. by Pundit or by Rails itself)

Class.new(Exception)