I'm getting this error in my application.
cannot load such file -- rails_service_helpers/base_meta_resource_controller
I'm using puma to run the application. I require this service in my code. I use :
require 'rails_service_helpers/base_meta_resource_controller'
Can anyone point me in the right direction to resolve this?