module GrapeEntityMatchers::DocumentMatcher
Public Instance Methods
document(documentable)
click to toggle source
# File lib/grape_entity_matchers/document_matcher.rb, line 3 def document(documentable) DocumentMatcher.new(documentable) end