Skip to content

Commit b357dc3

Browse files
committed
Merge branch 'master' into rails4
2 parents 84751ff + 7b971fc commit b357dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_admin/mongoid/document.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def type
1515
when Moped::BSON::ObjectId, Object
1616
:string
1717
else
18-
p _super.name.underscore.to_sym
18+
_super.name.underscore.to_sym
1919
end
2020
end
2121
end

0 commit comments

Comments
 (0)