refactoring and rubocop changes
This commit is contained in:
parent
f7ec73f85e
commit
5475086622
13 changed files with 33 additions and 10 deletions
|
@ -1,5 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# Create association table between authors and books
|
||||
class CreateAuthorsBooks < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
create_table :authors_books do |t|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue