Exception: Schematic::ClassMissingXmlSerializer

Inherits:
Exception
  • Object
show all
Defined in:
lib/schematic/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/schematic/exceptions.rb', line 3

def message
  'This class does not include ActiveModel::Serializers::Xml. You cannot generate an XSD from it.'
end