Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Content Model

Zack Siri edited this page May 27, 2014 · 1 revision

You can create your own custom content model. You can use any class, the only thing is you need to inherit from Writefully::Post

for example

class Post < Writefully::Post

end
class Article < Writefully::Post


end
Clone this wiki locally