undefined method `underscore' for "<resource singular name>":String
when a resource is saved.
I'd be happy to submit a PR to fix this, the gem already includes graphiti, which depends on active support, I believe that the DSL just needs to require 'active_support' and then require 'active_support/core_ext/string/inflections' in order to have access to these methods, but I could be mistaken. Adding that to the guard file at least is what worked for me.
Hi! I keep getting:
when a resource is saved.
I'd be happy to submit a PR to fix this, the gem already includes graphiti, which depends on active support, I believe that the DSL just needs to
require 'active_support'
and thenrequire 'active_support/core_ext/string/inflections'
in order to have access to these methods, but I could be mistaken. Adding that to the guard file at least is what worked for me.