mirror of
https://github.com/glitch-soc/mastodon
synced 2025-08-21 09:51:23 +00:00
5 lines
109 B
Ruby
5 lines
109 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ApplicationRecord < ActiveRecord::Base
|
|
self.abstract_class = true
|
|
end
|