Skip to content

Commit

Permalink
Update class inheritance
Browse files Browse the repository at this point in the history
ruby-grape/grape#2200 moves Grape::Validations::Base to
Grape::Validations::Validators::Base and this is included in the 1.6.1 release
of the grape gem.
  • Loading branch information
jrmhaig committed Jan 12, 2022
1 parent cb4c82f commit 0779da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/interfaces/api/custom_validations/date_format.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class StandardJsonFormat < Grape::Validations::Base
class StandardJsonFormat < Grape::Validations::Validators::Base
# ISO 8601 format
#
# Valid examples:
Expand Down

0 comments on commit 0779da3

Please sign in to comment.