OSDN Git Service

t#29689:test layout flag droppable
[pettanr/pettanr.git] / app / controllers / original_picture_license_groups_controller.rb
index 21f4f33..296e3b2 100644 (file)
@@ -1,5 +1,5 @@
 class OriginalPictureLicenseGroupsController < ApplicationController
-  layout 'test' if Pettanr::TestLayout
+  layout 'test' if Pettanr::Application.test_layout
   before_filter :authenticate_user!, :only => [:new, :create]
   before_filter :authenticate_artist, :only => [:new, :create]