Skip to content

Commit

Permalink
Add missing documentation for pg gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Feb 15, 2019
1 parent 4e6aae6 commit 8a57b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -53,6 +53,7 @@ instance with a short name that can be used to refer to it in your application:
# frozen_string_literal: true
require 'valkyrie'
Rails.application.config.to_prepare do
# To use the postgres adapter you must add `gem 'pg'` to your Gemfile
Valkyrie::MetadataAdapter.register(
Valkyrie::Persistence::Postgres::MetadataAdapter.new,
:postgres
Expand Down

0 comments on commit 8a57b37

Please sign in to comment.