Skip to content

Commit

Permalink
Fix the wrong number of arguments (given 2, expected 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Apr 24, 2021
1 parent 2c9a911 commit 80f6a92
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -489,7 +489,7 @@ def record_with_index_on(
columns,
parent_class: parent_class,
customize_table: -> (table) {
table.index(column_name_or_names, index_options)
table.index(column_name_or_names, **index_options)
},
)
model.new
Expand Down

0 comments on commit 80f6a92

Please sign in to comment.