diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-06 15:39:10 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-06 15:39:10 +0200 |
commit | 343a4b73084d563d21c86a4b03348e562ea6fe9d (patch) | |
tree | 74d4bfea83ef899ab88340ba8dec980dbd68d8be | |
parent | 152c4b07248d4aed4b734721bd634e546a89ef19 (diff) | |
download | rails-343a4b73084d563d21c86a4b03348e562ea6fe9d.tar.gz rails-343a4b73084d563d21c86a4b03348e562ea6fe9d.tar.bz2 rails-343a4b73084d563d21c86a4b03348e562ea6fe9d.zip |
There are two
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ Active Storage makes it simple to upload and reference files in cloud services, and attach those files to Active Records. It also provides a disk service for testing or local deployments, but the focus is on cloud storage. -## Example +## Examples One attachment: |