Hi Filip,
Yes, even I had the same doubt while working on this project. Later, after debugging the code, I got that the methods run sequentially, so on_includes always run after on_tweet. And for more control over the queries, you can put conditons on the methods to get your data accordingly.
Hope, I answerd your question.
Filip Niko
Hi, how do you ensure that
on_includeswill run always afteron_tweetso theself.new_tweet["tweet"]will not be empty upon insertion into database?