We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1886646 commit 6f5ee64Copy full SHA for 6f5ee64
1 file changed
lib/oai/provider.rb
@@ -58,7 +58,7 @@
58
# repository_url 'http://localhost/provider'
59
# record_prefix 'oai:localhost'
60
# admin_email 'root@localhost'
61
-# sample_identifier 'oai:pubmedcentral.gov:13900'
+# sample_id 'oai:pubmedcentral.gov:13900'
62
# source_model MyModel.new
63
# end
64
# ```
@@ -107,7 +107,7 @@
107
# record_prefix 'oai:blog'
108
109
# source_model OAI::Provider::ActiveRecordWrapper.new(Post)
110
111
112
113
#
0 commit comments