# File lib/declarative_authorization/development_support/change_supporter.rb, line 300
        def hash
          @hash ||= @actions.inject(0) {|memo, action| memo += action.hash }
        end