Skip to content

Commit

Permalink
added name for a view ByMetas
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Andreev committed May 23, 2008
1 parent 6e3b481 commit ee50ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/strokedb/views/docs_by_meta.rb
@@ -1,6 +1,6 @@
module StrokeDB

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

Expand Down

0 comments on commit ee50ace

Please sign in to comment.