gamification_plugin_profile_controller.rb 148 Bytes
class GamificationPluginProfileController < ProfileController

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

end