Skip to content

Commit

Permalink
Inexplicable non-capitalized Time reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Oct 7, 2010
1 parent 9135e47 commit f9e592a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paperclip/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def make_tmpname(basename, n)
prefix, suffix = basename, ''
end

t = time.now.strftime("%y%m%d")
t = Time.now.strftime("%y%m%d")
path = "#{prefix}#{t}-#{$$}-#{rand(0x100000000).to_s(36)}-#{n}#{suffix}"
end
end
Expand Down

0 comments on commit f9e592a

Please sign in to comment.