belongs_to :owner, class_name: "User", inverse_of: :books, creator: false attr_accessor :created_by, creator: true
:owner used to be creator. I removed creator. Nope still assigned. I tried creator: false. Still assigned. I am restarting the server and retrying and whatever I do owner field is still gets the creator. How come I can get rid of the creator? -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
