lib/hanami/model.rb in hanami-model-1.0.4 vs lib/hanami/model.rb in hanami-model-1.1.0.beta1

- old
+ new

@@ -80,10 +80,10 @@ @loaded = true end # Disconnect from the database # - # This is useful for rebooting applications in production and to ensure that + # This is useful for reboot applications in production and to ensure that # the framework prunes stale connections. # # @since 1.0.0 # # @example With Full Stack Hanami Project