From be945de33c794a449c5fcbf991db4bf0d49b1fb7 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 14 Jun 2016 19:14:10 +0200 Subject: Initial commit --- app/models/image_upload.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/models/image_upload.rb (limited to 'app/models/image_upload.rb') diff --git a/app/models/image_upload.rb b/app/models/image_upload.rb new file mode 100644 index 0000000..22a8381 --- /dev/null +++ b/app/models/image_upload.rb @@ -0,0 +1,10 @@ +class ImageUpload + + def initialize(opts = {}) + @compute = opts[:compute] + end + + private + attr_reader :compute + +end -- cgit v1.2.3