lib/attached.rb in attached-0.5.3 vs lib/attached.rb in attached-0.5.4

- old
+ new

@@ -3,9 +3,14 @@ module Attached + def self.mock! + Fog.mock! + end + + def self.included(base) base.extend ClassMethods base.class_attribute :attached_options end \ No newline at end of file