Created
May 18, 2015 11:02
-
-
Save darui00kara/cec05ca6dce26fc2e2f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!!! | |
%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