Remove unused method from ApplicationRecord (#257)

This commit is contained in:
Alexander Kadyrov
2019-11-24 00:21:33 +03:00
committed by Sojan Jose
parent 6f4f66264f
commit b6186e93e7

View File

@@ -1,7 +1,3 @@
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
def complete_errror_message
errors.full_messages.join(', ')
end
end