After some research I was able to add styles based on my image_class column.
image_class
Model.rb
has_attached_file :image,
Apply it to all since that's what you're doing anyway?
:convert_options => {:all => "-flop"}
failing that you might be looking at creating a Paperclip Processor