OSDN Git Service

t#32402:add file prof
[pettanr/pettanr.git] / app / controllers / license_groups_controller.rb
index 4433053..5e652a1 100644 (file)
@@ -19,6 +19,7 @@ class LicenseGroupsController < ApplicationController
     @license_group = LicenseGroup.show(params[:id])
     respond_to do |format|
       format.html # show.html.erb
+      format.prof  { render :template => 'top/prof', :layout => true }
       format.json { render json: @license_group.to_json(LicenseGroup.show_json_opt) }
     end
   end