# File lib/declarative_authorization/development_support/change_supporter.rb, line 604 def remove_from_approaches_by_action! (candidate) candidate.changes.each do |action| (@approaches_by_actions[action] ||= []).delete(candidate) end end