We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c45bf5 commit b9c30b3Copy full SHA for b9c30b3
lib/oai/provider.rb
@@ -58,7 +58,9 @@
58
# repository_url 'http://localhost/provider'
59
# record_prefix 'oai:localhost'
60
# admin_email 'root@localhost'
61
-# sample_id 'oai:pubmedcentral.gov:13900'
+# # record_prefix will be automatically prepended to sample_id, so in this
62
+# # case it becomes: oai:localhost:13900
63
+# sample_id '13900'
64
# source_model MyModel.new
65
# end
66
# ```
@@ -107,7 +109,7 @@
107
109
# record_prefix 'oai:blog'
108
110
111
# source_model OAI::Provider::ActiveRecordWrapper.new(Post)
112
+# sample_id '13900' # record prefix used, so becomes oai:blog:13900
113
114
115
#
0 commit comments