class InbodyUploader < CarrierWave::Uploader::Base

  storage :file

  def store_dir
    "uploads/inbody/#{model.id}"
  end

end