spec/models/mongoid/entry.rb in bullet-5.7.0 vs spec/models/mongoid/entry.rb in bullet-5.7.1
- old
+ new
@@ -1,7 +1,7 @@
class Mongoid::Entry
include Mongoid::Document
field :name
- belongs_to :category, :class_name => 'Mongoid::Category'
+ belongs_to :category, class_name: 'Mongoid::Category'
end