Commit e9271804 by Matthias Viehweger

minor typo in explanatory rdoc-comment

parent 26f4d409
...@@ -144,7 +144,7 @@ module Paperclip ...@@ -144,7 +144,7 @@ module Paperclip
end end
end end
# Log a paperclip-specific line. This will logs to STDOUT # Log a paperclip-specific line. This will log to STDOUT
# by default. Set Paperclip.options[:log] to false to turn off. # by default. Set Paperclip.options[:log] to false to turn off.
def log message def log message
logger.info("[paperclip] #{message}") if logging? logger.info("[paperclip] #{message}") if logging?
......
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