Skip to content

Commit

Permalink
Fix warning about redefined method
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 19, 2025
1 parent a520eb5 commit 4d86223
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions repository/lib/rom/repository/relation_reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ def prepare_relation(name, **)
end

# @api private
def set_relation(name) # rubocop:disable Naming/AccessorMethodName
prepare_relation(name)
end
deprecate :set_relation, :prepare_relation

# @api private
Expand Down

0 comments on commit 4d86223

Please sign in to comment.