Skip to content

Commit

Permalink
Fix 'set :views' typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Feb 22, 2009
1 parent 7843e6f commit d07281a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ application's root directory (see the `:root` option). The best way to
specify an alternative directory name within the root of the application is
to use a deferred value that references the `:root` option:

set :public, Proc.new { File.join(root, "templates") }
set :views, Proc.new { File.join(root, "templates") }

### `:run` - enable/disable the built-in web server

Expand Down

0 comments on commit d07281a

Please sign in to comment.