lib/mongomodel/concerns/translation.rb in mongomodel-0.5.5 vs lib/mongomodel/concerns/translation.rb in mongomodel-0.5.6

- old
+ new

@@ -1,11 +1,11 @@ module MongoModel module Translation extend ActiveSupport::Concern - + module ClassMethods include ActiveModel::Translation - + # Set the i18n scope to overwrite ActiveModel. def i18n_scope #:nodoc: :mongomodel end end