OSDN Git Service

t#29174#28986:license gemnized
[pettanr/pettanr.git] / app / controllers / original_picture_license_groups_controller.rb
index 8897d16..05a2a24 100644 (file)
@@ -45,8 +45,8 @@ class OriginalPictureLicenseGroupsController < ApplicationController
 
     respond_to do |format|
       if @original_picture_license_group.valid?
-        format.html { render :template => "#{@ctl}/new" }
-        format.js { render :template => "#{@ctl}/new" }
+        format.html { render :template => "#{@ctl}/attributes/new" }
+        format.js { render :template => "#{@ctl}/attributes/new" }
       else
         format.html { render action: "new" }
         format.js { render action: "new" }