Skip to content

Commit

Permalink
add note about cookbook in helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Feb 28, 2011
1 parent d39567b commit 47222b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rdoc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -387,6 +387,12 @@ route handlers and templates:
bar(params[:name]) bar(params[:name])
end end


=== Helper Cookbook Recipes

There's a number of helper recipes in the {Sinatra
Book}[http://sinatra-book.gittr.com/] as well as {community contributed
recipes}[https://github.com/sinatra/sinatra-book-contrib/tree/master/helpers].

=== Using Sessions === Using Sessions


A session is used to keep state during requests. If activated, you have one A session is used to keep state during requests. If activated, you have one
Expand Down

0 comments on commit 47222b9

Please sign in to comment.