Class: ActiveModel::Validator
- Inherits:
-
Object
- Object
- ActiveModel::Validator
- Defined in:
- lib/strobe/validations.rb
Instance Method Summary collapse
Instance Method Details
#skippable? ⇒ Boolean
4 5 6 |
# File 'lib/strobe/validations.rb', line 4 def skippable? !.key?(:skippable) || [:skippable] end |