From e6f6fbc5c7bd12ac0c122cdfdfc448329919e603 Mon Sep 17 00:00:00 2001 From: Nick Kallen Date: Fri, 11 Apr 2008 13:48:18 -0700 Subject: refactored bind for order --- spec/active_relation/unit/relations/order_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/active_relation/unit/relations/order_spec.rb b/spec/active_relation/unit/relations/order_spec.rb index e4f925f21a..db322fe00b 100644 --- a/spec/active_relation/unit/relations/order_spec.rb +++ b/spec/active_relation/unit/relations/order_spec.rb @@ -59,7 +59,7 @@ module ActiveRelation describe "when given a string" do before do - @string = "asdf".bind(@relation) + @string = "asdf" end it "passes the string through to the order clause" do -- cgit v1.2.3