x = {"utf8"=>"✓",
"authenticity_token"=>"xxxxxxxxxxxxx=",
"file"=>#>,
"unit_id"=>"00001"}
I have ruby data structure like this and um trying to get the value of @original_filename field
I tried something like this
x["@original_filename"]
and
x[:original_filename]
But both has thrown me an error . How to access that specified element value?