1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-19 17:13:48 -05:00

6 lines
109 B
Ruby

# frozen_string_literal: true
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end