Skip to content

Commit

Permalink
lint(rubocop): Fix offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Jul 22, 2024
1 parent 47b2e24 commit e625b94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/migrate/20240722153930_add_sessions_table.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

class AddSessionsTable < ActiveRecord::Migration[6.1]
def change
create_table :sessions do |t|
Expand Down

0 comments on commit e625b94

Please sign in to comment.