This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias :approve_with_kudos_2! :approve_with_kudos_2 | |
alias :approve_with_kudos_2? :approve_with_kudos_2 | |
alias_method_chain :approve!, :kudos_2 | |
alias :approve_with_kudos_3! :approve_with_kudos_3 | |
alias :approve_with_kudos_3? :approve_with_kudos_3 | |
alias_method_chain :approve!, :kudos_3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
method: save unique_method_number: 4 condition: false | |
method: save unique_method_number: 4 condition: false | |
method: save unique_method_number: 4 condition: false | |
running approve_with_kudos_3 | |
running approve_with_kudos_2 | |
method: approve! unique_method_number: 2 condition: nil | |
method: approve! unique_method_number: 3 condition: true | |
method: create unique_method_number: 6 condition: false | |
method: save unique_method_number: 4 condition: false | |
running approve_with_kudos_3 |
NewerOlder