Skip to content

Commit

Permalink
Keep rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Sep 10, 2024
1 parent 9289daa commit 4119925
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/controllers/admin/roles_controller.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# typed: strict
# frozen_string_literal: true

module Admin
class RolesController < Admin::ApplicationController
# Overwrite any of the RESTful controller actions to implement custom behavior
Expand Down
1 change: 1 addition & 0 deletions app/fields/has_many_roles_field.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# typed: strict
# frozen_string_literal: true

require "administrate/field/base"

Expand Down
1 change: 1 addition & 0 deletions app/policies/role_policy.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# typed: strict
# frozen_string_literal: true

class RolePolicy < ApplicationPolicy
extend T::Sig
Expand Down

0 comments on commit 4119925

Please sign in to comment.