I have a module in the lib folder:
lib
module LibMod def self.method_1 ... end end
I use it in a model:
class