Module: Easyhooks::Validators

Extended by:
ActiveSupport::Concern
Included in:
Base, Specification
Defined in:
lib/easyhooks/concerns/validators.rb

Constant Summary collapse

ALLOWED_ON_VALUES =
i[create update destroy].freeze
ALLOWED_METHODS =
i[get post put patch delete].freeze
ALLOWED_TYPES =
i[default stored].freeze