mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Point to guides.rubyonrails.org instead of edgeguides.rubyonrails.org
This commit is contained in:
parent
1202170ad8
commit
3755a496d7
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ module ActiveRecord
|
|||
`config/application.rb` file and any `mass_assignment_sanitizer` options
|
||||
from your `config/environments/*.rb` files.
|
||||
|
||||
See http://edgeguides.rubyonrails.org/security.html#mass-assignment for more information
|
||||
See http://guides.rubyonrails.org/security.html#mass-assignment for more information
|
||||
EOF
|
||||
end
|
||||
|
||||
|
@ -124,7 +124,7 @@ module ActiveRecord
|
|||
To disable this message remove the `observers` option from your
|
||||
`config/application.rb` or from your initializers.
|
||||
|
||||
See http://edgeguides.rubyonrails.org/4_0_release_notes.html for more information
|
||||
See http://guides.rubyonrails.org/4_0_release_notes.html for more information
|
||||
EOF
|
||||
end
|
||||
ensure
|
||||
|
|
Loading…
Reference in a new issue