Skip to content

Commit f374bbc

Browse files
committed
Ignore lint warning for using the incorrect method
1 parent 3766e9d commit f374bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphiti/resource_proxy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def update
158158
save(action: :update)
159159
end
160160

161-
alias_method update_attributes update
161+
alias update_attributes update # standard:disable Style/Alias
162162

163163
def include_hash
164164
@include_hash ||= begin

0 commit comments

Comments
 (0)