discourse/app/services/user
Loïc Guitaut 695533b99c
DEV: Add a compact_blank option to the ActiveModel array type (#35476)
Instead of having to clean an array in a contract using a
`before_validation` block, for example, we can now pass `compact_blank:
true` to the attribute, like this:

```ruby
attribute :ids, :array, compact_blank: true
```
2025-10-20 11:33:36 +02:00
..
action FIX: bug when silence user and do nothing to post (#33819) 2025-07-25 10:31:22 +08:00
policy
bulk_destroy.rb DEV: Add a compact_blank option to the ActiveModel array type (#35476) 2025-10-20 11:33:36 +02:00
silence.rb FIX: bug when silence user and do nothing to post (#33819) 2025-07-25 10:31:22 +08:00
suspend.rb FIX: bug when silence user and do nothing to post (#33819) 2025-07-25 10:31:22 +08:00