lib/attached/attachment.rb in attached-0.1.5 vs lib/attached/attachment.rb in attached-0.1.6

- old
+ new

@@ -249,9 +249,15 @@ def identifier=(identifier) instance_set(:identifier, identifier) end + # Todo. + + def reprocess! + end + + private # Helper function for calling processors. # # Usage: \ No newline at end of file