gamification_plugin_profile_controller.rb 145 Bytes
class GamificationPluginProfileController < ProfileController

  def info
    @target = current_person
    render 'gamification/info'
  end

end