4 lines
96 B
Ruby
4 lines
96 B
Ruby
class ErrorTemplateAttribute < ActiveRecord::Base
|
|
has_and_belongs_to_many :error_template
|
|
end
|