Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gem
capsuledb
Commits
2191d7fe
Commit
2191d7fe
authored
Feb 15, 2012
by
Bertrand NÉRON
Browse files
restore old by_replicon_taxonomy view.
parent
9437378c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/couchapp/secreton/views/by_replicon_taxonomy/views.js
0 → 100644
View file @
2191d7fe
function
(
doc
)
{
for
(
i
in
doc
.
replicon
.
taxonomy
){
emit
(
doc
.
replicon
.
taxonomy
[
i
],
doc
.
_id
);
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment