Rich Kuo

Results 1 issues of Rich Kuo

`rails g closure_tree:migration tag` yields a migration file that contains non pluralized class name: ``` ruby class CreateTagHierarchy ``` which should be: ``` ruby class CreateTagHierarchies ``` this prevents `rake...

Bug