Skip to content
Snippets Groups Projects
Commit 648f0562 authored by Jan Provaznik's avatar Jan Provaznik
Browse files

Add ApplicationRecord model class

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