# File lib/rolify/adapters/base.rb, line 37
      def find_or_create_by(role_name, resource_type = nil, resource_id = nil)
        raise NotImplementedError.new("You must implement find_or_create_by")
      end