aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authormhutchin <mike@mhutchinson.com>2011-10-08 01:58:57 -0700
committermhutchin <mike@mhutchinson.com>2011-10-08 01:58:57 -0700
commitb2deeabffb542bb1683571db4f1a69a3426f838f (patch)
treefa7351edb6ed88d8790c6044f13e92cd12fb749a /railties
parent22b6e829dc9f07036399e52f0d352e6723c1113b (diff)
downloadrails-b2deeabffb542bb1683571db4f1a69a3426f838f.tar.gz
rails-b2deeabffb542bb1683571db4f1a69a3426f838f.tar.bz2
rails-b2deeabffb542bb1683571db4f1a69a3426f838f.zip
Correct stylesheet filename and remove reference to old stylesheet compilation location
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/active_record_validations_callbacks.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/active_record_validations_callbacks.textile b/railties/guides/source/active_record_validations_callbacks.textile
index 781b9001b6..2f78f1d0c8 100644
--- a/railties/guides/source/active_record_validations_callbacks.textile
+++ b/railties/guides/source/active_record_validations_callbacks.textile
@@ -880,7 +880,7 @@ The selectors used to customize the style of error messages are:
* +#error_explanation p+ - Style for the paragraph holding the message that appears right below the header of the +div+ element.
* +#error_explanation ul li+ - Style for the list items with individual error messages.
-If scaffolding was used, file +app/assets/stylesheets/scaffold.css.scss+ (which later compiles to +app/assets/stylesheets/scaffold.css+), will have been generated automatically. This file defines the red-based styles you saw in the examples above.
+If scaffolding was used, file +app/assets/stylesheets/scaffolds.css.scss+ will have been generated automatically. This file defines the red-based styles you saw in the examples above.
The name of the class and the id can be changed with the +:class+ and +:id+ options, accepted by both helpers.