I'm trying to add a simple blog to my existing website using the Postmarkdown gem. Unfortunately, I already have a Post
model so postmarkdown is conflicting with that namespace
How can I tell postmarkdown to use a different name like BlogPost
or something?