Add structured errors to schema
This commit is contained in:
4
app/models/structured_error_attribute.rb
Normal file
4
app/models/structured_error_attribute.rb
Normal file
@ -0,0 +1,4 @@
|
||||
class StructuredErrorAttribute < ActiveRecord::Base
|
||||
belongs_to :structured_error
|
||||
belongs_to :error_template_attribute
|
||||
end
|
Reference in New Issue
Block a user