Skip to content

Commit 6f5ee64

Browse files
committed
method is actually sample_id, not sample_identifier as in previous docs
1 parent 1886646 commit 6f5ee64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/oai/provider.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# repository_url 'http://localhost/provider'
5959
# record_prefix 'oai:localhost'
6060
# admin_email 'root@localhost'
61-
# sample_identifier 'oai:pubmedcentral.gov:13900'
61+
# sample_id 'oai:pubmedcentral.gov:13900'
6262
# source_model MyModel.new
6363
# end
6464
# ```
@@ -107,7 +107,7 @@
107107
# record_prefix 'oai:blog'
108108
# admin_email 'root@localhost'
109109
# source_model OAI::Provider::ActiveRecordWrapper.new(Post)
110-
# sample_identifier 'oai:pubmedcentral.gov:13900'
110+
# sample_id 'oai:pubmedcentral.gov:13900'
111111
# end
112112
# ```
113113
#

0 commit comments

Comments
 (0)