You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, the following note in config/routes.rb explains it. Editing the title of this issue based on that.
#resources :venues# NOTE I just discovered that any user could destroy venues, so have# disabled creating, deleting, and updating venues through the website# until we lock this down properlyresources:venues,only: [:index,:show,:edit,:new]
btaitelb
changed the title
Cannot create a new venue
Re-enable venue creation (for admins)
May 24, 2016
When I try to create a new venue on
/venues
, I get a 404 error and the following error in the logsThe text was updated successfully, but these errors were encountered: