Paperclip::Errors::MissingRequiredValidatorError with Rails 4

I’m getting this error when I try to upload using paperclip with my rails blogging app. Not sure what it is referring to when it says “MissingRequiredValidatorError” I thought that by updating post_params and giving it :image it would be fine, as both create and update use post_params Paperclip::Errors::MissingRequiredValidatorError in PostsController#create Paperclip::Errors::MissingRequiredValidatorError Extracted source (around … Read more