agile-alliance-brazil / submissions

An open source conference submission and review system. We've been using and enhancing this systems since AgileBrazil 2010.
submissoes.agilebrazil.com
MIT License
31 stars 20 forks source link

Make user phone visible to organizers #311

Closed pablobender closed 2 years ago

pablobender commented 2 years ago

This changes displays the user's phone on user profile page when current_user is an organizer of current conference. It also includes the author's phone to accepted_sessions.csv report, visible only to organizers.

This changes also include the optimization made on ApplicationController#current_ability method.