my gem requires rails. Is it possible to create and add a file to the lib directory when the gem is installed so that the user can add their own code to that file without creating the file on their own?
my gem requires rails. Is it possible to create and add a file to the lib directory when the gem is installed so that the user can add their own code to that file without creating the file on their own?