Skip to content

Commit

Permalink
Division name added
Browse files Browse the repository at this point in the history
Division name added
  • Loading branch information
pol-ak committed May 27, 2024
1 parent 399d932 commit 3f9b17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/api/v1/divisions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def index

def format_division(division)
{
name: division.name,
public_url: public_division_url(division.short_name),
website: division.homepage,
street_address: division.address&.street_address,
Expand Down

0 comments on commit 3f9b17a

Please sign in to comment.