Commit 1abcbbac by Nick DeSteffen

Rails initializer typo fix

parent 8110922e
......@@ -203,7 +203,7 @@ An example Rails initializer would look something like this:
Paperclip::Attachment.default_options[:storage] = :fog
Paperclip::Attachment.default_options[:fog_credentials] = {:provider => "Local", :local_root => "#{Rails.root}/public"}
Paperclip::Attachment.default_options[:fog_directory] = ""
Paperclip::Attachment.default_options[:fog_host] = "http://localhost:3000"}
Paperclip::Attachment.default_options[:fog_host] = "http://localhost:3000"
```
Migrations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment