Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanural committed Oct 22, 2024
1 parent b4e3b81 commit 0d25175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ class Controller
public(*Pundit::Authorization.protected_instance_methods)
# rubocop:enable Style/AccessModifierDeclarations

attr_reader :current_user, :action_name, :params
attr_writer :current_user
attr_accessor :current_user
attr_reader :action_name, :params

def initialize(current_user, action_name, params)
@current_user = current_user
Expand Down

0 comments on commit 0d25175

Please sign in to comment.