apeeyush/Data-Analytics-Log-Manager

View on GitHub
app/models/document.rb

Summary

Maintainability
A
0 mins
Test Coverage
# == Schema Information
#
# Table name: documents
#
#  id         :integer          not null, primary key
#  name       :string(255)
#  data       :json
#  created_at :datetime
#  updated_at :datetime
#

class Document < ActiveRecord::Base
end