lib/couch_potato.rb in couch_potato-1.0.1 vs lib/couch_potato.rb in couch_potato-1.1.0

- old
+ new

@@ -11,9 +11,10 @@ Config = Struct.new(:database_name, :split_design_documents_per_view, :default_language).new Config.split_design_documents_per_view = false Config.default_language = :javascript class NotFound < StandardError; end + class Conflict < StandardError; end # returns all the classes that implement the CouchPotato::Persistence module def self.models @models ||= [] @models