Skip to content

Commit

Permalink
Minor concept cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Oct 15, 2011
1 parent cac5ca1 commit c57a827
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions views/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ Sinatra was different from Rails because the DSL was lightweight, easy to read a
combined routing and actions into just one file.

We wondered though, as Sinatra fans, if we were to come up with a cleaner and more powerful DSL, what might that look like?
Let's consider an example from Sinatra to see where we can improve upon this.

Consider:
Let's consider an example from Sinatra to see where we can do better:

:::ruby
get '/blog/:id' do
Expand Down

0 comments on commit c57a827

Please sign in to comment.