Skip to content

Instantly share code, notes, and snippets.

@jurikern
Created July 20, 2012 12:10
Show Gist options
  • Save jurikern/3150389 to your computer and use it in GitHub Desktop.
Save jurikern/3150389 to your computer and use it in GitHub Desktop.
# ==> ORM configuration in file devise.rb
require 'devise/orm/active_record'
# ==> Application configuration in application.rb
config.generators do |g|
g.orm :active_record
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment