projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2760: Merge branch '2760-not-all-objects-in-folders' refs #2760
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
application
/
_show_json.html.erb
1
<pre>
2
<%= JSON.pretty_generate(@object.attributes.reject { |k,v| k == 'id' }) rescue nil %>
3
</pre>