diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-04-08 02:13:51 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-04-08 02:13:51 +0530 |
commit | cf9664adcf06dda719e6e4b1142a4d8b3777c65b (patch) | |
tree | 0fa1654171ecc255202bbdb59de644fb0ab42a07 /activerecord/lib/active_record | |
parent | b653c29bbec572eb82c4b82ae89d26acfa15b519 (diff) | |
download | rails-cf9664adcf06dda719e6e4b1142a4d8b3777c65b.tar.gz rails-cf9664adcf06dda719e6e4b1142a4d8b3777c65b.tar.bz2 rails-cf9664adcf06dda719e6e4b1142a4d8b3777c65b.zip |
fix markup error [ci skip]
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r-- | activerecord/lib/active_record/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index d25a821688..fc3906d395 100644 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -305,7 +305,7 @@ module ActiveRecord #:nodoc: # * AssociationTypeMismatch - The object assigned to the association wasn't of the type # specified in the association definition. # * SerializationTypeMismatch - The serialized object wasn't of the class specified as the second parameter. - # * ConnectionNotEstablished+ - No connection has been established. Use <tt>establish_connection</tt> + # * ConnectionNotEstablished - No connection has been established. Use <tt>establish_connection</tt> # before querying. # * RecordNotFound - No record responded to the +find+ method. Either the row with the given ID doesn't exist # or the row didn't meet the additional restrictions. Some +find+ calls do not raise this exception to signal |