Skip to content

Instantly share code, notes, and snippets.

@darui00kara
Created May 18, 2015 11:02
Show Gist options
  • Save darui00kara/cec05ca6dce26fc2e2f8 to your computer and use it in GitHub Desktop.
Save darui00kara/cec05ca6dce26fc2e2f8 to your computer and use it in GitHub Desktop.
!!!
%html{:lang => "ja"}
%head
%title Request Print
%body
%p リクエストのHTTPメソッドと実行パス
%p
= "method = #{@request_method}"
= "url = #{@request_url}"
= "path = #{@request_path}"
%p 入力フォームのテキストボックスから入力されたデータ
%p
= "TextBox(name) = #{@name}"
= "TextBox(title) = #{@title}"
= "TextBox(message) = #{@message}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment