micropost_params

in app/controllers/microposts_controller.rb [28:31]


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