5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-03-15 08:18:20 +00:00

Merge branch 'issue-15109-1' of https://0xacab.org/sutty/sutty into production.panel.sutty.nl

This commit is contained in:
Sutty 2024-03-13 14:12:11 +00:00
commit 2a09f60d20

View file

@ -32,7 +32,7 @@ module AasmEventsConcern
# scope actual. # scope actual.
# #
# @return [Bool] Si hubo al menos un error, devuelve false. # @return [Bool] Si hubo al menos un error, devuelve false.
self.events.each do |event| self.aasm.events.map(&:name).each do |event|
define_singleton_method(:"#{event}_all!") do define_singleton_method(:"#{event}_all!") do
success = true success = true