Module: Commons::Formatter::NullAttributesRemover

Included in:
Errors::ErrorSerializer
Defined in:
lib/commons/formatter/null_attributes_remover.rb

Instance Method Summary collapse

Instance Method Details

#attributes(*args) ⇒ Object



4
5
6
# File 'lib/commons/formatter/null_attributes_remover.rb', line 4

def attributes(*args)
  super.compact
end