Skip to content

Commit f7c7841

Browse files
committed
mention Rails version support in a relevant place
It's not a great place, but it's where Rails/ActiveRecord integration is discussed currently.
1 parent 5bd5746 commit f7c7841

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/oai/provider.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@
137137
# It takes one required paramater, the class name of the AR class to wrap,
138138
# and optional hash of options.
139139
#
140+
# As of `oai` gem 1.0.0, Rails 5.2.x and Rails 6.0.x are supported.
141+
# Please check the .travis.yml file at root of repo to see what versions of ruby/rails
142+
# are being tested, in case this is out of date.
143+
#
140144
# Valid options include:
141145
#
142146
# * `timestamp_field` - Specifies the model field to use as the update

0 commit comments

Comments
 (0)