Closed golmansax closed 6 years ago
This is an issue if the model is more than one word. E.g. FooBar should be foo_bar, but .downcase makes it foobar.
FooBar
foo_bar
.downcase
foobar
Thanks @golmansax! I’ve just released v0.1.2 of the gem, which includes your fix.
@michelegera I updated it and it works. Thanks for the speedy review!
This is an issue if the model is more than one word. E.g.
FooBar
should befoo_bar
, but.downcase
makes itfoobar
.