Method: Api#pass

Defined in:
lib/magis/collections.rb

#passObject



53
54
55
# File 'lib/magis/collections.rb', line 53

def pass
  halt [ 401, {error: "Not Found"}.to_json ]
end