lib/couchbase-model.rb in couchbase-model-0.5.2 vs lib/couchbase-model.rb in couchbase-model-0.5.3
- old
+ new
@@ -17,7 +17,7 @@
require 'couchbase/model'
# If we are using Rails then we will include the Couchbase railtie.
if defined?(Rails)
- require "couchbase/railtie"
+ require 'couchbase/railtie'
end