My controller:
def create @comment = Comment.new(comment_params) @recipe = Recipe.find(params[:recipe_id]) @comment.recipe = @recipe if @comment