micropost_params

in app/controllers/microposts_controller.rb [24:27]


    def micropost_params
      params.require(:micropost).permit(:content, :image)
    end