46 47 48
# File 'lib/pencil_pusher/form.rb', line 46 def cleaned_data attributes.reject { |key, value| value.nil? } end