lib/ecm/downloads/configuration.rb in ecm_downloads-0.0.10.pre vs lib/ecm/downloads/configuration.rb in ecm_downloads-0.0.11.pre

- old
+ new

@@ -5,12 +5,13 @@ module Ecm module Downloads module Configuration def configure yield self - end + end # def - # mattr_accessor :foo - # @@foo = nil - end - end -end + mattr_accessor :paperclip_options + @@paperclip_options = {} + end # module Configuration + end # module Downloads +end # module Ecm +