Do you have a validation rule for that field on the model?
From your console example I suppose you don’t. You need to add something like this to the ShoutBox model:
validates :content_id, presence: true
Do you have a validation rule for that field on the model?
From your console example I suppose you don’t. You need to add something like this to the ShoutBox model:
validates :content_id, presence: true