about summary refs log tree commit diff stats
path: root/app/models/pokeviewer/application_record.rb
blob: 6d07f2791aebd12c92d88c8af38eb3795e627606 (plain) (blame)
1
2
3
4
5
module Pokeviewer
  class ApplicationRecord < ActiveRecord::Base
    self.abstract_class = true
  end
end