lib/attached/attachment.rb in attached-0.2.1 vs lib/attached/attachment.rb in attached-0.2.2

- old
+ new

@@ -31,14 +31,14 @@ # A default set of options that can be extended to customize the path, storage or credentials. # # Usage: # - # Attached::Attachment.options = { :storage => :fs, :path => "/:name/:style/:identifier:extension" } + # Attached::Attachment.options = { :storage => :fs, :path => ":name/:style/:identifier:extension" } def self.options @options ||= { - :path => "/:name/:style/:identifier:extension", + :path => ":name/:style/:identifier:extension", :default => :original, :medium => :aws, :credentials => {}, :styles => {}, :processors => [], \ No newline at end of file