about summary refs log tree commit diff stats
path: root/app/models
diff options
context:
space:
mode:
Diffstat (limited to 'app/models')
-rw-r--r--app/models/pokeviewer/application_record.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/models/pokeviewer/application_record.rb b/app/models/pokeviewer/application_record.rb new file mode 100644 index 0000000..6d07f27 --- /dev/null +++ b/app/models/pokeviewer/application_record.rb
@@ -0,0 +1,5 @@
1module Pokeviewer
2 class ApplicationRecord < ActiveRecord::Base
3 self.abstract_class = true
4 end
5end