Commit 648f0562 authored by Jan Provaznik's avatar Jan Provaznik

Add ApplicationRecord model class

In Rails 5 all models by default inherit from ApplicationRecord.
parent 955bdcb5
# frozen_string_literal: true
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment