Commit 8ea4670bb07f88bf4f53cac773885f1488eac1f2

missing parenthesis
  
315315 (let ((migration-name (concat "Rename" (pluralize-string from) "To" (pluralize-string to))))
316316 (rails-script:generate-migration migration-name)
317317 (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")))
319319
320320(defun rails-refactoring:rename-table-migration-edit (from to)
321321 "Add rename table code to migration in current buffer."