Skip to content

location.human_address is String -- not Hashie::Mash #14

@marks

Description

@marks

Is this on purpose or would a PR to convert location fields' human_address in to hashes be accepted?

Right now, we are looping through all returned records to convert the location into a hash like so:

 @results = @results.map do |result|
   result.location_1.human_address = JSON.parse(result.location_1.human_address)
   result
 end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions