æ¦è¦ ã¯ã©ã¤ã¢ã³ãå´ãããã¹ããããJSONå½¢å¼ã®ãã¼ã¿ãããµã¼ãå´ã§paramsããå©ç¨ããã ãããªæãã ã¯ã©ã¤ã¢ã³ãå´ $ telnet localhost 3000 POST /projects HTTP/1.1 Accept: application/json Content-Type: application/json Content-Length: * { project : { name : "Hello!", desc : "Hello World Project!" } } ãµã¼ãå´ def create project = Project.new project.name = params['project']['name'] project.desc = params['project']['desc'] project.save ... end é常ã®å ´å é常
{{#tags}}- {{label}}
{{/tags}}