mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
Fix the comment syntax
This commit is contained in:
@@ -6,9 +6,9 @@ another, you'll need to add a new column, move some data, and then delete the
|
||||
old column.
|
||||
|
||||
```ruby
|
||||
// Assume the following are defined:
|
||||
// GenericAuthor for table 'authors'
|
||||
// GenericBook for table 'books'
|
||||
# Assume the following are defined:
|
||||
# GenericAuthor for table 'authors'
|
||||
# GenericBook for table 'books'
|
||||
|
||||
def up
|
||||
add_column :books, :genre, :string
|
||||
|
||||
Reference in New Issue
Block a user