You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.