mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 17:26:06 +01:00
Use 1.8.7 compatible @Pathname#to_s@ alias for @Pathname#to_path@.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9969 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -86,10 +86,10 @@ class TCPDF
|
||||
@@k_small_ratio = 2/3.0
|
||||
|
||||
cattr_accessor :k_path_cache
|
||||
@@k_path_cache = Rails.root.join('tmp').to_path
|
||||
@@k_path_cache = Rails.root.join('tmp').to_s
|
||||
|
||||
cattr_accessor :k_path_url_cache
|
||||
@@k_path_url_cache = Rails.root.join('tmp').to_path
|
||||
@@k_path_url_cache = Rails.root.join('tmp').to_s
|
||||
|
||||
cattr_accessor :decoder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user