Moved back to compact class naming to use File.exitst?

This commit is contained in:
Martin Edenhofer 2015-04-28 00:21:30 +02:00
parent 135dcceafd
commit 95e27b0994

View file

@ -1,8 +1,7 @@
# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
# rubocop:disable ClassAndModuleChildren
class Store
module Provider
module File
class Store::Provider::File
def self.add(data, sha)
write_to_fs(data, sha)
@ -83,5 +82,3 @@ class Store
true
end
end
end
end