OSC / osc_machete_rails

Rails engine + plugin for managing batch simulations (currently OSC specific)
MIT License
0 stars 0 forks source link

Fix parameterize #71

Closed johrstrom closed 4 years ago

johrstrom commented 4 years ago

Fixes #70. The first commit adds the test case that triggers the bug. just git reset cd5be9578c150f4d8256edcb31cd86fed5e8b6ba --hard && rake test to verify.

https://apidock.com/rails/ActiveSupport/Inflector/parameterize for reference.