OSDN Git Service

change page status for offset
[pettanr/pettanr.git] / app / controllers / original_pictures_controller.rb
index 135492c..92a5ab8 100644 (file)
@@ -4,10 +4,6 @@ class OriginalPicturesController < ApplicationController
   before_filter :authenticate_user, :only => [:index, :new, :edit, :create, :update, :destroy]
   before_filter :authenticate_artist, :only => [:index, :new, :edit, :create, :update, :destroy]
   
-  def self.model
-    OriginalPicture
-  end
-  
   def index
     filer_list
   end