Commit 9504bb8
committed
Fix upgrade migration class under acronym inflections
Rails camelizes the migration filename with the app inflector, so an
app declaring an LLM acronym expects AddRubyLLMV20Columns while the
template hardcoded AddRubyLlmV20Columns. Camelize in the template so
both sides use the same inflections.1 parent 1e70376 commit 9504bb8
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments