You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/uploaders/stdin_data_uploader.rb

9 lines
157 B
Ruby

class StdinDataUploader < CompressedFileUploader
def store_dir
store_dir_prefix +
"#{model.class.to_s.underscore}/stdin/#{model.id}"
end
end