[openstreetmap/openstreetmap-website] Add microcosms to the website (#2390)
Brian DeRocher
notifications at github.com
Tue Oct 15 22:22:09 UTC 2019
openbrian commented on this pull request.
> @@ -0,0 +1,50 @@
+class EventAttendancesController < ApplicationController
+ layout "site"
+ before_action :authorize_web
+ before_action :set_event_attendance, :only => [:update]
+
+ authorize_resource
+
+ def create
+ attendance = EventAttendance.new(attendance_params)
+ attendance.intention = intention
+ if attendance.save!
Fixed this type of issue in 3 places.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2390#discussion_r335203861
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20191015/113de40c/attachment.html>
More information about the rails-dev
mailing list