gamification_plugin_profile_controller.rb 138 Bytes
class GamificationPluginProfileController < ProfileController

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

end