Users should not be able to add a project without entering an email into the add-project form.
This should be validated in Rails and Backbone. In Backbone, the user should not be able to click "add project" without an email filled in. In Rails a project should not save to database without an email.
add_project view in Backbone
Rails project model
Users should not be able to add a project without entering an email into the add-project form.
This should be validated in Rails and Backbone. In Backbone, the user should not be able to click "add project" without an email filled in. In Rails a project should not save to database without an email.
add_project view in Backbone
Rails project model