1
0
Fork 0
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:
Ryuta Kamizono 2019-10-04 12:26:40 +09:00
parent 804a4c144e
commit 97af7e1ae8

View file

@ -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: