mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use models to match the docs.
This commit is contained in:
parent
a824c679f3
commit
9dc1871acb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class CurrentAttributesIntegrationTest < ActiveSupport::TestCase
|
|||
setup do
|
||||
build_app
|
||||
|
||||
app_file "app/services/current.rb", <<-RUBY
|
||||
app_file "app/models/current.rb", <<-RUBY
|
||||
class Current < ActiveSupport::CurrentAttributes
|
||||
attribute :customer
|
||||
|
||||
|
|
Loading…
Reference in a new issue