Skip to content

Commit

Permalink
AV guide: titleize is defined by Active Support
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Mar 1, 2010
1 parent 0f847b9 commit aed8c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/guides/source/action_view_overview.textile
Expand Up @@ -33,13 +33,13 @@ gem install actionpack
gem install rack
</shell>

Now we'll create a simple "Hello World" application that uses the +titleize+ method provided by Action View.
Now we'll create a simple "Hello World" application that uses the +titleize+ method provided by Active Support.

*hello_world.rb:*

<ruby>
require 'rubygems'
require 'action_view'
require 'active_support/core_ext/string/inflections'
require 'rack'

def hello_world(env)
Expand Down

0 comments on commit aed8c1f

Please sign in to comment.