mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove deprecation warning, since scoped waas deprecated
This commit is contained in:
parent
0c315c75a4
commit
6b9004a9f4
1 changed files with 1 additions and 1 deletions
2
actionpack/test/fixtures/reply.rb
vendored
2
actionpack/test/fixtures/reply.rb
vendored
|
@ -1,5 +1,5 @@
|
|||
class Reply < ActiveRecord::Base
|
||||
scope :base, -> { scoped }
|
||||
scope :base, -> { all }
|
||||
belongs_to :topic, -> { includes(:replies) }
|
||||
belongs_to :developer
|
||||
|
||||
|
|
Loading…
Reference in a new issue