Skip to content

Commit

Permalink
Rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Feb 5, 2023
1 parent f32bed9 commit cd9572d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/dashboards/waterbody_dashboard.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "administrate/base_dashboard"
require 'administrate/base_dashboard'

class WaterbodyDashboard < Administrate::BaseDashboard
# ATTRIBUTE_TYPES
Expand All @@ -15,7 +15,7 @@ class WaterbodyDashboard < Administrate::BaseDashboard
name: Field::String,
sensors: Field::HasMany,
created_at: Field::DateTime,
updated_at: Field::DateTime,
updated_at: Field::DateTime
}.freeze

# COLLECTION_ATTRIBUTES
Expand Down
2 changes: 1 addition & 1 deletion test/models/waterbody_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "test_helper"
require 'test_helper'

class WaterbodyTest < ActiveSupport::TestCase
# test "the truth" do
Expand Down

0 comments on commit cd9572d

Please sign in to comment.