Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/friendly_id/finder_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def find(*args)
def exists?(conditions = :none)
return super if conditions.unfriendly_id?
return true if exists_by_friendly_id?(conditions)
Comment thread
parndt marked this conversation as resolved.
Outdated
super
false
Comment thread
parndt marked this conversation as resolved.
Outdated
end

# Finds exclusively by the friendly id, completely bypassing original
Expand Down