aboutsummaryrefslogtreecommitdiffstats
path: root/lib/apidoc/endpoint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/apidoc/endpoint.rb')
-rw-r--r--lib/apidoc/endpoint.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/apidoc/endpoint.rb b/lib/apidoc/endpoint.rb
index 5d200b3..14dedeb 100644
--- a/lib/apidoc/endpoint.rb
+++ b/lib/apidoc/endpoint.rb
@@ -14,11 +14,5 @@ module Apidoc
def to_s
"#{method.to_s.upcase} #{name}"
end
-
- def validate!(params)
- parameters.each do |parameter|
- parameter.validate!(params)
- end
- end
end
end