Skip to content

Commit

Permalink
registries:mongodb: remove stale schema
Browse files Browse the repository at this point in the history
  • Loading branch information
niamster committed Feb 22, 2015
1 parent 6d1ea2e commit 4f5d501
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lib/dcell/registries/mongodb_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ class DCellGlobal
field :value, type: BSON::Binary
end

class DCellRequest
include Mongoid::Document

field :key, type: String
field :value, type: BSON::Binary
end

class DCellResponse
include Mongoid::Document

field :key, type: String
field :value, type: BSON::Binary
end

class Registry
def initialize(storage)
@storage = storage
Expand Down

0 comments on commit 4f5d501

Please sign in to comment.