1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-29 15:28:27 +09:00
whippy-edition/app/models/application_record.rb

4 lines
78 B
Ruby
Raw Normal View History

2016-08-18 00:56:23 +09:00
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end