Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Rubocop/Rails and Rubocop/Performance updates to Analytic (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bialogs committed Sep 20, 2021
1 parent b8026a0 commit acf14a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/models/analytic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Analytic
class Analytic < ApplicationRecord
has_many :monitoree_maps
has_many :monitoree_counts
has_many :monitoree_snapshots
has_many :monitoree_maps, dependent: nil
has_many :monitoree_counts, dependent: nil
has_many :monitoree_snapshots, dependent: nil
end

0 comments on commit acf14a2

Please sign in to comment.