我刚开始学习 Rails,需要一些帮助。
我执行了命令rails g scaffold posts title:string description:string
,并生成了一些页面和一个控制器。
页面localhost:3000/posts
显示我所有的帖子。
页面localhost:3000/posts/new
给我创建新帖子的表格。
如何从localhost:3000/posts
页面创建帖子?我的代码在这里 - github
十分感谢!
我刚开始学习 Rails,需要一些帮助。
我执行了命令rails g scaffold posts title:string description:string
,并生成了一些页面和一个控制器。
页面localhost:3000/posts
显示我所有的帖子。
页面localhost:3000/posts/new
给我创建新帖子的表格。
如何从localhost:3000/posts
页面创建帖子?我的代码在这里 - github
十分感谢!