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