Skip to content

Commit

Permalink
add proper path
Browse files Browse the repository at this point in the history
  • Loading branch information
osheroff committed Jan 14, 2011
1 parent 617d160 commit 5c5420f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/attachment.rb
Expand Up @@ -257,7 +257,7 @@ class CloudFilesAttachment < ActiveRecord::Base


class CloudFilesWithPathPrefixAttachment < CloudFilesAttachment
has_attachment :storage => :cloud_files, :path_prefix => 'some/custom/path/prefix', :processor => :rmagick
has_attachment :storage => :cloud_files, :path_prefix => 'some/custom/path/prefix', :processor => :rmagick, :cloudfiles_config_path => File.join(File.dirname(__FILE__), '../rackspace_cloudfiles.yml')
validates_as_attachment
end
rescue
Expand Down

0 comments on commit 5c5420f

Please sign in to comment.