1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-24 23:26:42 +09:00
YuruToot/app/models/application_record.rb

6 lines
109 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2016-08-18 00:56:23 +09:00
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end