Skip to content

Commit 47d8361

Browse files
committed
Remove line that was commented out.
1 parent 1840215 commit 47d8361

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/active_resource/base.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,6 @@ def exists?(id, options = {})
10781078
response = connection.head(path, headers)
10791079
(200..206).include? response.code.to_i
10801080
end
1081-
# id && !find_single(id, options).nil?
10821081
rescue ActiveResource::ResourceNotFound, ActiveResource::ResourceGone
10831082
false
10841083
end

0 commit comments

Comments
 (0)