theablefew / stretchy

Elasticsearch Models for Rails with an ActiveRecord-like behavior
https://theablefew.github.io/stretchy/#/
MIT License
2 stars 0 forks source link

Refactor Stretchy instrumentation #95

Closed esmarkowski closed 3 months ago

esmarkowski commented 3 months ago

This pull request refactors the Stretchy instrumentation code by moving the Publishers module to a separate file and adding a Railtie class. This improves the organization and readability of the code.