Commit ef4725fe by Jon Yurek

Merge pull request #964 from nick-desteffen/master

Readme typo fix
parents 3103da5d 1abcbbac
...@@ -203,7 +203,7 @@ An example Rails initializer would look something like this: ...@@ -203,7 +203,7 @@ An example Rails initializer would look something like this:
Paperclip::Attachment.default_options[:storage] = :fog Paperclip::Attachment.default_options[:storage] = :fog
Paperclip::Attachment.default_options[:fog_credentials] = {:provider => "Local", :local_root => "#{Rails.root}/public"} Paperclip::Attachment.default_options[:fog_credentials] = {:provider => "Local", :local_root => "#{Rails.root}/public"}
Paperclip::Attachment.default_options[:fog_directory] = "" 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 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