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