diff --git a/app/controllers/profiles_controller.rb b/app/controllers/profiles_controller.rb index 44accba4a..30b974a90 100644 --- a/app/controllers/profiles_controller.rb +++ b/app/controllers/profiles_controller.rb @@ -16,7 +16,7 @@ class ProfilesController < ApplicationController respond_to do |format| format.json { render :json => @person.as_api_response(:backbone).merge({ :location => @person.profile.location, - :birthday => @person.profile.birthday, + :birthday => @person.profile.birthday.to_formatted_s(:long) , }) } end end