I have a problem with my rails application. I get the following error:
NameError (uninitialized constant ActiveRecord::RecordNotUnique)
I'm not sure why this is the way it works in my development environment. The exception is checked:
begin
...
rescue ActiveRecord::RecordNotUnique
next
end
Lg markus
source
share