# File lib/rolify/adapters/base.rb, line 49 def exists?(relation, column) raise NotImplementedError.new("You must implement exists?") end