uklibraries / metadata_editor

Metadata editor satisfying the KDL metadata guidelines
0 stars 0 forks source link

Add users and roles #48

Closed cokernel closed 11 years ago

cokernel commented 11 years ago

This handles most of #30.

rrmait0 commented 11 years ago

@cokernel I'm having issues with the latest pull request when I run rake db:migrate

rake aborted! User does not respond to 'devise' method. This usually means you haven't loaded your ORM file or it's being loaded too late. To fix it, be sure to require 'devise/orm/YOUR_ORM' inside 'config/initializers/devise.rb' or before your application definition in 'config/application.rb

I'm going to search for this error and try to fix it.

rrmait0 commented 11 years ago

@cokernel Sorry, I did not intend to reach you on your vacation. I did run bundle install a few times. Anyway, thanks for the suggestions. I will do my best to resolve the issue.

rrmait0 commented 11 years ago

Just to make a note, I was able to resolve the issue.