method

include?

rails latest stable - Class: ActiveModel::MassAssignmentSecurity::PermissionSet

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

include?(key)
public

No documentation available.

# File activemodel/lib/active_model/mass_assignment_security/permission_set.rb, line 11
      def include?(key)
        super(remove_multiparameter_id(key))
      end