Remove unused method from ApplicationRecord (#257)
This commit is contained in:
committed by
Sojan Jose
parent
6f4f66264f
commit
b6186e93e7
@@ -1,7 +1,3 @@
|
|||||||
class ApplicationRecord < ActiveRecord::Base
|
class ApplicationRecord < ActiveRecord::Base
|
||||||
self.abstract_class = true
|
self.abstract_class = true
|
||||||
|
|
||||||
def complete_errror_message
|
|
||||||
errors.full_messages.join(', ')
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user