I have a location model and a post model. I want to allow the user to create new posts from the index page of the l
location
post
posts
index
l
You can start the form like this:
<%= form_for Post.new do ... %>