osbridge/openconferenceware

View on GitHub
app/models/open_conference_ware/base.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenConferenceWare
  class Base < ActiveRecord::Base
    self.abstract_class = true
    self.include_root_in_json = true
  end
end