Retrospring/app/models/application_record.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
109 B
Ruby
Raw Normal View History

2020-04-18 15:59:18 -07:00
# frozen_string_literal: true
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end