Commit 97b591536547ae8955ff9ed75db386b50f9163b7
1 parent
c77c98ce
Exists in
master
and in
1 other branch
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,7 +21,7 @@ class App | ||
21 | field :_id, | 21 | field :_id, |
22 | type: String, | 22 | type: String, |
23 | pre_processed: true, | 23 | pre_processed: true, |
24 | - default: ->{ Moped::BSON::ObjectId.new.to_s } | 24 | + default: ->{ BSON::ObjectId.new.to_s } |
25 | 25 | ||
26 | 26 | ||
27 | embeds_many :watchers | 27 | embeds_many :watchers |