X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/43db18ae911fef3ad7b36e9ed27e5eff469ef863..affa9bbf15a8c7206c8f25b50904ddf2df1d2aa0:/app/controllers/diary_entries_controller.rb diff --git a/app/controllers/diary_entries_controller.rb b/app/controllers/diary_entries_controller.rb index 8da0842eb..9af36709e 100644 --- a/app/controllers/diary_entries_controller.rb +++ b/app/controllers/diary_entries_controller.rb @@ -12,7 +12,8 @@ class DiaryEntriesController < ApplicationController before_action :lookup_user, :only => [:show, :comments] before_action :check_database_writable, :only => [:new, :create, :edit, :update, :comment, :hide, :hidecomment, :subscribe, :unsubscribe] - before_action :allow_thirdparty_images, :only => [:new, :create, :edit, :update, :index, :show, :comments] + + allow_thirdparty_images :only => [:new, :create, :edit, :update, :index, :show, :comments] def index if params[:display_name]