Exception: MediaTypes::Serialization::NoOutputSerializersDefinedError

Inherits:
ConfigurationError show all
Defined in:
lib/media_types/serialization/error.rb

Instance Method Summary collapse

Instance Method Details

#intializeObject



177
178
179
# File 'lib/media_types/serialization/error.rb', line 177

def intialize
  super("Called freeze_io! without any allowed output serializers. Users won't be able to make any requests. Please make sure to add at least one allow_output_serializer call to your controller.")
end