Commit 97b591536547ae8955ff9ed75db386b50f9163b7

Authored by Arthur Neves
1 parent c77c98ce
Exists in master and in 1 other branch production

Moped::BSON -> BSON

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/app.rb
... ... @@ -21,7 +21,7 @@ class App
21 21 field :_id,
22 22 type: String,
23 23 pre_processed: true,
24   - default: ->{ Moped::BSON::ObjectId.new.to_s }
  24 + default: ->{ BSON::ObjectId.new.to_s }
25 25  
26 26  
27 27 embeds_many :watchers
... ...