Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
validate to post
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Oct 16, 2010
1 parent cc356a9 commit e927a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kensho.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Kensho < Sinatra::Base
haml :index
end

get '/validate' do
post '/validate' do
haml :validate
end

Expand Down

0 comments on commit e927a7b

Please sign in to comment.