cirandas.net

ref: master

plugins/evaluation/controllers/profile/evaluation_plugin_profile_controller.rb


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
class EvaluationPluginProfileController < ProfileController

  no_design_blocks

  helper EvaluationPlugin::EvaluationDisplayHelper

  def index
  end

end