Commit ce919726 by Tute Costa

Sort and update syntax for options hash

parent de909d57
...@@ -90,14 +90,14 @@ module Paperclip ...@@ -90,14 +90,14 @@ module Paperclip
# image's orientation. Defaults to true. # image's orientation. Defaults to true.
def self.options def self.options
@options ||= { @options ||= {
:whiny => true, command_path: nil,
:command_path => nil, content_type_mappings: {},
:log => true, log: true,
:log_command => true, log_command: true,
:swallow_stderr => true, read_timeout: nil,
:content_type_mappings => {}, swallow_stderr: true,
:use_exif_orientation => true, use_exif_orientation: true,
:read_timeout => nil whiny: true,
} }
end end
......
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