# File lib/rolify/adapters/base.rb, line 41 def add(relation, role_name, resource = nil) raise NotImplementedError.new("You must implement add") end