Skip to content

Commit

Permalink
rubocop corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
leefaisonr committed Jun 2, 2023
1 parent 7c36ce8 commit 32bdf25
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# frozen_string_literal: true

# db migration for revert of belong_to association with GuideCard
class RemoveGuideCardFromSubGuideCards < ActiveRecord::Migration[7.0]
def change
remove_column :sub_guide_cards, :guide_card_id, :bigint
Expand Down

0 comments on commit 32bdf25

Please sign in to comment.