OSDN Git Service

remove counter api
[pettanr/pettanr.git] / app / controllers / speech_balloons_controller.rb
index 1d1a523..3b8e400 100644 (file)
@@ -4,7 +4,7 @@ class SpeechBalloonsController < ApplicationController
     before_filter :authenticate_author, :only => []
   else
     before_filter :authenticate_reader, :only => [
-      :index, :show, :by_panel, :by_author, :by_speech_balloon_template, :count, :count_by_panel, :count_by_author, :count_by_speech_balloon_template
+      :index, :show, :by_panel, :by_author, :by_speech_balloon_template
     ]
     before_filter :authenticate_user, :only => []
     before_filter :authenticate_author, :only => []
@@ -42,20 +42,4 @@ class SpeechBalloonsController < ApplicationController
     end
   end
   
-  def count
-    list_count
-  end
-  
-  def count_by_panel
-    list_count
-  end
-  
-  def count_by_author
-    list_count
-  end
-  
-  def count_by_speech_balloon_template
-    list_count
-  end
-  
 end