We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c022315 commit 7c324d9Copy full SHA for 7c324d9
app/controllers/better_together/events_controller.rb
@@ -7,7 +7,7 @@ class EventsController < FriendlyResourceController # rubocop:todo Metrics/Class
7
include NotificationReadable
8
9
# Prepend resource instance setting for privacy check
10
- prepend_before_action :set_resource_instance, only: %i[show ics]
+ prepend_before_action :set_resource_instance, only: %i[show edit update destroy ics]
11
prepend_before_action :set_event_for_privacy_check, only: [:show]
12
13
before_action if: -> { Rails.env.development? } do
0 commit comments