lib/attached.rb in attached-0.2.8 vs lib/attached.rb in attached-0.2.9
- old
+ new
@@ -36,10 +36,10 @@
# * :processor - a symbol for a predefined processor or a custom processor class
#
# Usage:
#
# has_attached :video
- # has_attached :video, :storage => :s3
+ # has_attached :video, :storage => :aws
# has_attached :video, styles => { :mov => { :size => "480p", :format => "mov" } }
def has_attached(name, options = {})
include InstanceMethods
\ No newline at end of file