Commit 8ea4670bb07f88bf4f53cac773885f1488eac1f2
- Diff rendering mode:
- inline
- side by side
rails-refactoring.el
(1 / 1)
|   | |||
| 315 | 315 | (let ((migration-name (concat "Rename" (pluralize-string from) "To" (pluralize-string to)))) | |
| 316 | 316 | (rails-script:generate-migration migration-name) | |
| 317 | 317 | (message "TODO add rename-table statements to migration") | |
| 318 | (message "TODO add rename association columns to migration")) | ||
| 318 | (message "TODO add rename association columns to migration"))) | ||
| 319 | 319 | ||
| 320 | 320 | (defun rails-refactoring:rename-table-migration-edit (from to) | |
| 321 | 321 | "Add rename table code to migration in current buffer." |

