The documentation states that a Rescue macro is available, but when trying to call it, it returns NoMethodError: undefined method 'Rescue' for ModifyPerson:Class
Checking this gem's source, I can not really find any reference to it.
I am using Rails 4.2.9 and I have bundled only the trailblazer-operation gem not the whole suite.
The documentation states that a
Rescue
macro is available, but when trying to call it, it returnsNoMethodError: undefined method 'Rescue' for ModifyPerson:Class
Checking this gem's source, I can not really find any reference to it.
I am using Rails 4.2.9 and I have bundled only the
trailblazer-operation
gem not the whole suite.What is the catch?
thanks...