OSDN Git Service

fix anything
[pettanr/pettanr.git] / app / controllers / system_controller.rb
index e2fe608..59224a4 100644 (file)
@@ -74,18 +74,4 @@ class SystemController < ApplicationController
     end
   end
   
-  def production_layout
-    MagicNumber['test_layout'] = false
-    respond_to do |format|
-      format.html { render text: 'production', status: 200 }
-    end
-  end
-  
-  def test_layout
-    MagicNumber['test_layout'] = 'test'
-    respond_to do |format|
-      format.html { render text: 'test', status: 200 }
-    end
-  end
-  
 end