@notmarkmiranda More info on this? If a DemoNight is in voting, then the root_redirect method on our ApplicationController sends a user to the projects_path, which shouldn't allow them to register a new project.
Is this mostly a concern about someone sending a post request from outside the app?
@notmarkmiranda More info on this? If a DemoNight is in
voting
, then theroot_redirect
method on our ApplicationController sends a user to theprojects_path
, which shouldn't allow them to register a new project.Is this mostly a concern about someone sending a post request from outside the app?