This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
# Use this hook to configure impressionist parameters
|
|
Impressionist.setup do |config|
|
|
# Define ORM. Could be :active_record (default) and :mongo_mapper
|
|
# config.orm = :active_record
|
|
config.orm = :mongoid
|
|
end
|