mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
minor edit
This commit is contained in:
parent
b3c1cfa277
commit
bc09a11a66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue