aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-11-02 23:34:27 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-11-02 23:34:27 +0530
commitbc09a11a666a1fba848d866dd61bf7123d4d5759 (patch)
tree4ee8381da2dffa63f39e2377e805ba289ccc7230 /railties
parentb3c1cfa2772e64b20681bae8e765f37660087b18 (diff)
downloadrails-bc09a11a666a1fba848d866dd61bf7123d4d5759.tar.gz
rails-bc09a11a666a1fba848d866dd61bf7123d4d5759.tar.bz2
rails-bc09a11a666a1fba848d866dd61bf7123d4d5759.zip
minor edit
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/action_view_overview.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/action_view_overview.textile b/railties/guides/source/action_view_overview.textile
index 40cde6ad84..e2b69fa0d5 100644
--- a/railties/guides/source/action_view_overview.textile
+++ b/railties/guides/source/action_view_overview.textile
@@ -16,7 +16,7 @@ Action View and Action Controller are the two major components of Action Pack. I
Action View templates are written using embedded Ruby in tags mingled with HTML. To avoid cluttering the templates with boilerplate code, a number of helper classes provide common behavior for forms, dates, and strings. It's also easy to add new helpers to your application as it evolves.
-Note: Some features of Action View are tied to Active Record, but that doesn't mean that Action View depends on Active Record. Action View is an independent package that can be used with any sort of backend.
+NOTE. Some features of Action View are tied to Active Record, but that doesn't mean that Action View depends on Active Record. Action View is an independent package that can be used with any sort of backend.
h3. Using Action View with Rails