We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84751ff + 7b971fc commit b357dc3Copy full SHA for b357dc3
lib/active_admin/mongoid/document.rb
@@ -15,7 +15,7 @@ def type
15
when Moped::BSON::ObjectId, Object
16
:string
17
else
18
- p _super.name.underscore.to_sym
+ _super.name.underscore.to_sym
19
end
20
21
0 commit comments