OSDN Git Service

fix: views
[pettanr/pettanr.git] / app / controllers / provider_statuses_controller.rb
index c91693e..799bc75 100644 (file)
@@ -1,5 +1,5 @@
 class ProviderStatusesController < ApplicationController
-  before_filter :authenticate_admin!, :only => [:index, :show, :edit, :update, :destroy, :licenses_import, :artists_import, :original_pictures_import, :import, :import_all]
+  before_action :authenticate_admin!, :only => [:index, :show, :edit, :update, :destroy, :licenses_import, :artists_import, :original_pictures_import, :import, :import_all]
   
   def index
     @page = ProviderStatus.page params[:page]