diff options
author | ankit8898 <ankit.gupta8898@gmail.com> | 2013-07-04 08:26:29 +0100 |
---|---|---|
committer | ankit8898 <ankit.gupta8898@gmail.com> | 2013-07-04 08:51:02 +0100 |
commit | 962925bffd27e5fe9c458fc81e348b890fb5be95 (patch) | |
tree | dce3e12a2958485b3664b015a3a5bf6616cece4f /activerecord/lib | |
parent | c95911023c4e388faf1065ac46cae0e2bb1914eb (diff) | |
download | rails-962925bffd27e5fe9c458fc81e348b890fb5be95.tar.gz rails-962925bffd27e5fe9c458fc81e348b890fb5be95.tar.bz2 rails-962925bffd27e5fe9c458fc81e348b890fb5be95.zip |
[ci skip] Separated full stop from the Optimistic_concurrency_control wiki link d4e3f8ba826cd42aa3c242149
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/validations/uniqueness.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/validations/uniqueness.rb b/activerecord/lib/active_record/validations/uniqueness.rb index 52e46e1ffe..cfa71a34d0 100644 --- a/activerecord/lib/active_record/validations/uniqueness.rb +++ b/activerecord/lib/active_record/validations/uniqueness.rb @@ -198,7 +198,7 @@ module ActiveRecord # can catch it and restart the transaction (e.g. by telling the user # that the title already exists, and asking him to re-enter the title). # This technique is also known as optimistic concurrency control: - # http://en.wikipedia.org/wiki/Optimistic_concurrency_control. + # http://en.wikipedia.org/wiki/Optimistic_concurrency_control . # # The bundled ActiveRecord::ConnectionAdapters distinguish unique index # constraint errors from other types of database errors by throwing an |