From aeb69e4abf69993157f9970fa5503b7f9fd4aab5 Mon Sep 17 00:00:00 2001 From: jessib Date: Thu, 20 Dec 2012 15:13:26 -0800 Subject: Define ascending method in CouchRest::Model::Designs::View so we can call the order either way. --- core/lib/leap_web_core.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'core/lib/leap_web_core.rb') diff --git a/core/lib/leap_web_core.rb b/core/lib/leap_web_core.rb index 8826880..a58d140 100644 --- a/core/lib/leap_web_core.rb +++ b/core/lib/leap_web_core.rb @@ -7,6 +7,7 @@ require "couchrest_session_store" require "json" require "extensions/testing" +require "extensions/couchrest" require "leap_web_core/engine" module LeapWebCore -- cgit v1.2.3