teoljungberg / fx

Versioned database functions and triggers for Rails
MIT License
762 stars 76 forks source link

Move configuration methods to `Fx` #130

Closed teoljungberg closed 6 months ago

teoljungberg commented 1 year ago

Rather than having lib/fx/configuration.rb re-open the Fx module, it makes more sense to have the methods for Fx.configuration, Fx.configuration=, and Fx.configure live inside lib/fx.rb.