Trying to use uuid in my new project.
Although I already enabled the extension by
enable_extension 'uuid-ossp'
I am still getting PG::UndefinedFunction: ERROR: function gen_random_uuid() does not exist
.
I have been using uuid and postgres in rails 4.2.x without problem. Anyone has clue?