mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-08 23:08:14 -07:00
5 lines
105 B
Ruby
5 lines
105 B
Ruby
module Dashboard
|
|
class ApplicationRecord < ActiveRecord::Base
|
|
self.abstract_class = true
|
|
end
|
|
end
|