Browse Source

Remove unused function

main
Adrian Short 5 years ago
committed by GitHub
parent
commit
18a24e4c40
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      lib/helpers.rb

+ 0
- 5
lib/helpers.rb View File

@@ -24,8 +24,3 @@ end
def download_button(filename, label='Download CSV data')
"<a class=button href=#{filename} download=#{filename}>#{label}</a>"
end

def normalise_decision(d)
# https://schemas.opendata.esd.org.uk/PlanningApplications/LocalOpenDataIncentiveSchemePlanningApplicationsSchemaGuidance.pdf
end

Loading…
Cancel
Save