greenlight/app/models/application_record.rb
Jesus Federico a15bf5b3a9 first commit
2016-10-13 17:30:58 +00:00

4 lines
78 B
Ruby

class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end