Initial commit
This commit is contained in:
6
app/models/application_record.rb
Normal file
6
app/models/application_record.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class ApplicationRecord < ActiveRecord::Base
|
||||
|
||||
include Iso8601TimeFormat
|
||||
|
||||
self.abstract_class = true
|
||||
end
|
||||
Reference in New Issue
Block a user