Skip to content

Commit

Permalink
adding changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Feb 24, 2011
1 parent d764c49 commit b6d51a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/track.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Track < ActiveRecord::Base
has_attached_file :recording,
:storage => :s3,
:s3_credentials => "#{RAILS_ROOT}/config/s3.yml",
:path => 'audio/:session_name/:basename.:extension',
:path => 'predators/audio/:session_name/:basename.:extension',
:bucket => 'chriserin_paperclip_test'


Expand Down

0 comments on commit b6d51a6

Please sign in to comment.