Commit f442d41

mo khan <mo@mokhan.ca>
2013-07-21 02:07:05
add hook to dispose resources
1 parent b588205
Changed files (1)
lib
lib/humble/session.rb
@@ -23,6 +23,9 @@ module Humble
       mapping_for(entity).delete_using(create_connection, entity)
     end
 
+    def dispose
+    end
+
     private
 
     attr_reader :connection_factory, :mapper_registry