mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08: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.
|
old column.
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
// Assume the following are defined:
|
# Assume the following are defined:
|
||||||
// GenericAuthor for table 'authors'
|
# GenericAuthor for table 'authors'
|
||||||
// GenericBook for table 'books'
|
# GenericBook for table 'books'
|
||||||
|
|
||||||
def up
|
def up
|
||||||
add_column :books, :genre, :string
|
add_column :books, :genre, :string
|
||||||
|
|||||||
Reference in New Issue
Block a user