Skip to content

Commit

Permalink
Ignore lint warning for using the incorrect method
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeen committed Feb 27, 2024
1 parent 3766e9d commit f374bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphiti/resource_proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def update
save(action: :update)
end

alias_method update_attributes update
alias update_attributes update # standard:disable Style/Alias

def include_hash
@include_hash ||= begin
Expand Down

0 comments on commit f374bbc

Please sign in to comment.