Skip to content

Instantly share code, notes, and snippets.

@fukajun
Created August 20, 2012 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fukajun/3402480 to your computer and use it in GitHub Desktop.
Save fukajun/3402480 to your computer and use it in GitHub Desktop.
REST勉強会メモ
  • 名前の登録 フォーム

get :name

  • 郵便番号の登録 フォーム

get :zip

  • 電話番号の登録 フォーム

get :tel

  • FAX番号の登録 フォーム

get :fax

  • emailの登録 フォーム

get :email

  • 登録の確認

get :comfirmation

  • 登録

  • 登録の完了

get :completion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment