X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/523291442766e7cd4adbad6d2bc7c6803cdd3811..25256a484914ee40d829d9184fb4107dd0a77d44:/app/controllers/diary_entry_controller.rb diff --git a/app/controllers/diary_entry_controller.rb b/app/controllers/diary_entry_controller.rb index ff8758990..6e9268008 100644 --- a/app/controllers/diary_entry_controller.rb +++ b/app/controllers/diary_entry_controller.rb @@ -11,7 +11,6 @@ class DiaryEntryController < ApplicationController before_action :check_database_writable, :only => [:new, :edit, :comment, :hide, :hidecomment, :subscribe, :unsubscribe] before_action :allow_thirdparty_images, :only => [:new, :edit, :list, :view, :comments] - def new @title = t "diary_entry.new.title" @@ -247,7 +246,6 @@ class DiaryEntryController < ApplicationController params.require(:diary_comment).permit(:body) end - ## # decide on a location for the diary entry map def set_map_location