projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
handle invalid token more gracefully
[arvados.git]
/
app
/
models
/
metadatum.rb
1
class Metadatum < OrvosBase
2
def self.by_tail(t, opts={})
3
where(opts.merge :tail_kind => t.kind, :tail => t.uuid)
4
end
5
end