[openstreetmap/openstreetmap-website] Add microcosms to the website (#2390)
mmd
notifications at github.com
Sun Oct 13 17:45:20 UTC 2019
mmd-osm commented on this pull request.
> + def show
+ end
+
+ def show_members
+ end
+
+ def show_events
+ end
+
+ def edit
+ end
+
+ def update
+ respond_to do |format|
+ if @microcosm.update(microcosm_params)
+ format.html { redirect_to @microcosm, notice: 'Microcosm was successfully updated.' }
probably lots of those strings would be better off in locales for i18n.
--
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#pullrequestreview-301058480
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20191013/31409380/attachment.html>
More information about the rails-dev
mailing list