rails init

This commit is contained in:
2016-08-27 15:52:19 -05:00
commit ceb14fc74b
71 changed files with 956 additions and 0 deletions

View File

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

View File