OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / controllers / authors_controller.rb
index f45feb6..2a3e90d 100644 (file)
@@ -8,10 +8,6 @@ class AuthorsController < ApplicationController
     before_filter :authenticate_author, :only => [:edit, :update]
   end
 
-  def self.model
-    Author
-  end
-  
   def index
     filer_list
   end