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