gurix/helena

View on GitHub
app/models/helena/concerns/application_model.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Helena
  module Concerns
    module ApplicationModel
      extend ActiveSupport::Concern

      include Mongoid::Document
      include Mongoid::Timestamps
    end
  end
end