sgrif / diesel.rs-website

MIT License
32 stars 97 forks source link

Insert new posts using tuples instead of Insertable #70

Closed galuhsahid closed 3 years ago

galuhsahid commented 6 years ago

The previous insert examples in the Getting Started guide uses the Insertable trait to insert new posts. Now that we can insert new data using tuples, we should be using tuples since we already have the value for the title and body of our post.

weiznich commented 3 years ago

Closed as there are merge conflicts after the website "rewrite"