mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo s/opions/options/ [ci skip]
This commit is contained in:
parent
804a4c144e
commit
97af7e1ae8
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ rails_blob_path(user.avatar, disposition: "attachment")
|
|||
|
||||
WARNING: To prevent XSS attacks, ActiveStorage forces the Content-Disposition header
|
||||
to "attachment" for some kind of files. To change this behaviour see the
|
||||
available configuration opions in [Configuring Rails Applications](configuring.html#configuring-active-storage).
|
||||
available configuration options in [Configuring Rails Applications](configuring.html#configuring-active-storage).
|
||||
|
||||
If you need to create a link from outside of controller/view context (Background
|
||||
jobs, Cronjobs, etc.), you can access the rails_blob_path like this:
|
||||
|
|
Loading…
Reference in a new issue