I have a model User that can create Posts
User has_many :posts Post belongs_to :user
However, I want to also allow users to save posts as boo
Check the rails API on this. You should be able to specify :as and :source
:as
:source