Dont recieve any messages from methods

后端 未结 0 574
鱼传尺愫
鱼传尺愫 2021-02-05 19:29

I dont recieve any messages from controller. Method works, but without showing messages.

def create
      @post = Post.new(post_params)
      @post.user_id = curr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题