Skip to content

Commit

Permalink
Missing rename from named_scope to scope [#3735 status:resolved]
Browse files Browse the repository at this point in the history
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
dmathieu authored and josevalim committed Jan 18, 2010
1 parent c29bb88 commit 38c2e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/fixtures/reply.rb
@@ -1,5 +1,5 @@
class Reply < ActiveRecord::Base
named_scope :base
scope :base
belongs_to :topic, :include => [:replies]
belongs_to :developer

Expand Down

0 comments on commit 38c2e46

Please sign in to comment.