Skip to content

Commit

Permalink
Use the new scope syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Mar 23, 2012
1 parent 35e8de6 commit ab287c5
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
scope :base
scope :base, -> { scoped }
belongs_to :topic, :include => [:replies]
belongs_to :developer

Expand Down

0 comments on commit ab287c5

Please sign in to comment.