mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 05:51:37 +01:00
3 lines
78 B
Ruby
3 lines
78 B
Ruby
class ApplicationRecord < ActiveRecord::Base
|
|
self.abstract_class = true
|
|
end
|