mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-25 14:59:20 +00:00
3 lines
78 B
Ruby
3 lines
78 B
Ruby
class ApplicationRecord < ActiveRecord::Base
|
|
self.abstract_class = true
|
|
end
|