1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove stray API link

This commit is contained in:
Trevor Turk 2009-02-04 08:54:14 -06:00
parent edffab4112
commit ffd0b1e330

View file

@ -76,7 +76,7 @@ The following methods skip validations, and will save the object to the database
Note that +save+ also has the ability to skip validations if passed +false+. This technique should be used with caution:
* "+save(false)+":http://api.rubyonrails.org/classes/ActiveRecord/Base.html#M002274
* +save(false)+
h4. Skipping Validations