Skip to content

Commit

Permalink
some intermediate stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Andreev committed May 23, 2008
1 parent aa3f883 commit 0d0bb33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/strokedb/views/docs_by_meta.rb
@@ -1,9 +1,9 @@
module StrokeDB

ByMetas = View.new "strokedb_all_docs_by_metas" do |view|
ByMetas = View.named "strokedb_all_docs_by_metas" do |view|
def view.map(uuid, doc)
doc.metas.each do |meta|

doc.metas.map do |meta|
[meta, doc]
end
end
end
Expand Down

0 comments on commit 0d0bb33

Please sign in to comment.