salkar/inkwell

View on GitHub
app/models/inkwell/application_record.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Inkwell
  class ApplicationRecord < ActiveRecord::Base
    self.abstract_class = true
  end
end