diff options
author | Xavier Noria <fxn@hashref.com> | 2011-03-09 07:42:35 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-03-09 07:43:18 +0100 |
commit | f41dd99be78e6e0243e9910aaab64ebd29bdad58 (patch) | |
tree | bf0a573f6468e7f3c36ba3a8d8117350a6ded5e5 /railties/lib/rails/generators/test_unit | |
parent | c7cfdd01c114e103508c435d5e6cfee0703e2e1d (diff) | |
download | rails-f41dd99be78e6e0243e9910aaab64ebd29bdad58.tar.gz rails-f41dd99be78e6e0243e9910aaab64ebd29bdad58.tar.bz2 rails-f41dd99be78e6e0243e9910aaab64ebd29bdad58.zip |
revises links to the API websites of individual components (no longer maintained), and rewrites the section about after and around filters in the controller guide
Diffstat (limited to 'railties/lib/rails/generators/test_unit')
-rw-r--r-- | railties/lib/rails/generators/test_unit/model/templates/fixtures.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/test_unit/model/templates/fixtures.yml b/railties/lib/rails/generators/test_unit/model/templates/fixtures.yml index a30132bc99..6465a6a6e2 100644 --- a/railties/lib/rails/generators/test_unit/model/templates/fixtures.yml +++ b/railties/lib/rails/generators/test_unit/model/templates/fixtures.yml @@ -1,4 +1,4 @@ -# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html +# Read about fixtures at http://api.rubyonrails.org/classes/Fixtures.html <% unless attributes.empty? -%> one: |