I have an exception that is produced at ~20 seperate places. It can be rescued easy and in the same way at every place but thats not dry and eaven a crapy work! I want to rescue this exception at a central position. How can I arrange this?
Its about the ActiveRecord::RecordNonUnique exception by the way,…
What about this ?