diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-04-11 13:48:18 -0700 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-04-11 13:48:18 -0700 |
commit | e6f6fbc5c7bd12ac0c122cdfdfc448329919e603 (patch) | |
tree | c31078f921b918b5bfa35cd63ecf944b15301614 /spec | |
parent | 42c42bfa50876b4221c024cebc47fc34fc6530a9 (diff) | |
download | rails-e6f6fbc5c7bd12ac0c122cdfdfc448329919e603.tar.gz rails-e6f6fbc5c7bd12ac0c122cdfdfc448329919e603.tar.bz2 rails-e6f6fbc5c7bd12ac0c122cdfdfc448329919e603.zip |
refactored bind for order
Diffstat (limited to 'spec')
-rw-r--r-- | spec/active_relation/unit/relations/order_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |