ruby on rails - Set session variable inside plugin model -
So I want to set / set a session variable from inside the plugin model that I have included in my project. Tried to make a method (a recipient a setter) inside, but it does not work. Where can I use recipient / setter methods to use a plugin model?
Create a module in the Lib folder in the directory.
Comments
Post a Comment