Possible to add a form into another models view in rails
问题 I have a very small application I ma building in rails. It is a simple weight tracker app. I have created a User model which has a sign up page. Once the user logs in they are redirected to the user#show view. Here is the user controller so far: class UsersController < ApplicationController before_filter :authenticate_user! def show @user = current_user end end I have 2 other models one is a Weight model and the other a Goal model, I would like it so what when a user signs up they are