diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-06 15:43:14 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2017-07-06 15:43:14 +0200 |
commit | ef07687262716984db51c173a0378d1eb0664289 (patch) | |
tree | 310aa12afdc76d5a74b1e71e1a0893f54d59ed59 | |
parent | 4191d1e675a902e75e224ac8ba5efe7b4db2c308 (diff) | |
download | rails-ef07687262716984db51c173a0378d1eb0664289.tar.gz rails-ef07687262716984db51c173a0378d1eb0664289.tar.bz2 rails-ef07687262716984db51c173a0378d1eb0664289.zip |
Escape commands and paths
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -56,9 +56,9 @@ end ## Installation 1. Add `require "active_storage"` to config/application.rb. -2. Run rails activestorage:install to create needed directories, migrations, and configuration. -3. Configure the storage service in config/environments/* with `config.active_storage.service = :local` - that references the services configured in config/storage_services.yml. +2. Run `rails activestorage:install` to create needed directories, migrations, and configuration. +3. Configure the storage service in `config/environments/*` with `config.active_storage.service = :local` + that references the services configured in `config/storage_services.yml`. ## Todos |