Skip to content

Commit

Permalink
add error
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed May 17, 2011
1 parent 6b6c4f5 commit b8a8242
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.ru
Expand Up @@ -12,6 +12,10 @@ get "/" do
erb :index
end

get "/bad" do
raise "this is an error"
end

helpers do
def pusher_api_key
URI.parse(ENV["PUSHER_URL"]).user
Expand Down

0 comments on commit b8a8242

Please sign in to comment.