Skip to content

Commit

Permalink
Shorten ActionView::Base doc summary line. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Sep 2, 2014
1 parent afb230e commit 247cc94
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions actionview/lib/action_view/base.rb
Expand Up @@ -10,9 +10,10 @@
module ActionView #:nodoc:
# = Action View Base
#
# 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
# (not the one the Ruby stdlib, but the erubis[https://rubygems.org/gems/erubis] implementation) and HTML.
# If the template file has a <tt>.builder</tt> extension then Jim Weirich's Builder::XmlMarkup library is used.
# Action View templates can be written in several ways.
# If the template file has a <tt>.erb</tt> extension, then it uses the erubis[https://rubygems.org/gems/erubis]
# template system which can embed Ruby into an HTML document.
# If the template file has a <tt>.builder</tt> extension, then Jim Weirich's Builder::XmlMarkup library is used.
#
# == ERB
#
Expand Down

0 comments on commit 247cc94

Please sign in to comment.