Class: Aikotoba::ConfirmableConstraint

Inherits:
Object
  • Object
show all
Defined in:
lib/aikotoba/constraints/confirmable_constraint.rb

Class Method Summary collapse

Class Method Details

.matches?(_request) ⇒ Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/aikotoba/constraints/confirmable_constraint.rb', line 4

def self.matches?(_request)
  Aikotoba.confirmable
end