Upgrade to Rails 5.0.1

This commit is contained in:
Christoph Haas 2016-10-29 17:41:47 +02:00
parent 68e33f3e5a
commit 48840f6254
15 changed files with 178 additions and 74 deletions

View file

@ -0,0 +1,3 @@
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
end