sutty/app/models/application_record.rb

6 lines
109 B
Ruby
Raw Permalink Normal View History

2019-03-26 15:32:20 +00:00
# frozen_string_literal: true
2018-01-02 17:19:25 +00:00
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end