<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,7 +13,7 @@ module StrokeDB
       initialize_files
       autosync! unless @options['noautosync']
       raise &quot;Missing chunk storage&quot; unless @storage
-      @all_slots_view = GenerateAllSlotsView(self)
+      @all_slots_view = StrokeDB::GenerateAllSlotsView(self)
     end
 
     def find(uuid, version=nil, opts = {}, &amp;block)</diff>
      <filename>lib/strokedb/store.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module StrokeDB
   
   MAGIC_ALL_SLOTS_VIEW_SEPARATOR = &quot;47f16bd6-7c22-4f6c-aafb-2e1f121a7f85&quot;.freeze
   
-  def GenerateAllSlotsView(store)
+  def self.GenerateAllSlotsView(store)
     View.named(store, &quot;strokedb_all_slots&quot;) do |view|
       
       def view.map(uuid, doc)</diff>
      <filename>lib/strokedb/views/all_slots_view.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d22a9956c795048ce901791813e35c92c5f866ac</id>
    </parent>
  </parents>
  <author>
    <name>Fran&#231;ois Beausoleil</name>
    <email>francois@teksol.info</email>
  </author>
  <url>http://github.com/cheapRoc/strokedb/commit/72529f09b11fb5a4d67585d0203f100c6cc55da6</url>
  <id>72529f09b11fb5a4d67585d0203f100c6cc55da6</id>
  <committed-date>2008-11-10T17:36:51-08:00</committed-date>
  <authored-date>2008-11-10T17:36:51-08:00</authored-date>
  <message>Fix NoMethodError: undefined method `GenerateAllSlotsView' for StrokeDB:Module
  from /Users/francois/Documents/work/erp/vendor/gems/strokedb/lib/strokedb/store.rb:16:in `initialize'
  from /Users/francois/Documents/work/erp/vendor/gems/strokedb/lib/strokedb/config.rb:101:in `new'
  from /Users/francois/Documents/work/erp/vendor/gems/strokedb/lib/strokedb/config.rb:101:in `add_store'
  from /Users/francois/Documents/work/erp/vendor/gems/strokedb/lib/strokedb/config.rb:54:in `build'</message>
  <tree>630b18d4fe793e99e7b07ad9162ad5c84df6f7c6</tree>
  <committer>
    <name>Fran&#231;ois Beausoleil</name>
    <email>francois@teksol.info</email>
  </committer>
</commit>
