mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
.rhtml and .rxml was removed in Rails 3.
This commit is contained in:
parent
0bcac982b6
commit
1c65962b9d
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ require 'active_support/core_ext/module/deprecation'
|
||||||
module ActionView #:nodoc:
|
module ActionView #:nodoc:
|
||||||
# = Action View Base
|
# = Action View Base
|
||||||
#
|
#
|
||||||
# Action View templates can be written in several ways. If the template file has a <tt>.erb</tt> (or <tt>.rhtml</tt>) extension then it uses a mixture of ERb
|
# Action View templates can be written in several ways. If the template file has a <tt>.erb</tt> extension then it uses a mixture of ERb
|
||||||
# (included in Ruby) and HTML. If the template file has a <tt>.builder</tt> (or <tt>.rxml</tt>) extension then Jim Weirich's Builder::XmlMarkup library is used.
|
# (included in Ruby) and HTML. If the template file has a <tt>.builder</tt> extension then Jim Weirich's Builder::XmlMarkup library is used.
|
||||||
#
|
#
|
||||||
# == ERB
|
# == ERB
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue