1
0
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:
jbranchaud
2019-05-19 14:59:26 -05:00
parent 6351bb7c91
commit e43c059042

View File

@@ -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