Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
bdurand committed May 24, 2024
1 parent b8213b7 commit 0578280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/support_table_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def support_table_dependencies(klass)
next unless reflection.belongs_to? || reflection.through_reflection?

dependencies << reflection.klass
rescue StandardError => e
rescue => e
message = "Error inspecting reflection #{reflection.name} on #{klass.name}: #{e.inspect}"
klass.logger&.warn(message)
end
Expand Down

0 comments on commit 0578280

Please sign in to comment.