-
- Downloads
Implement minimal public access
Showing
- app/controllers/projects_controller.rb 9 additions, 2 deletionsapp/controllers/projects_controller.rb
- app/models/project.rb 24 additions, 1 deletionapp/models/project.rb
- app/views/projects/_form.html.haml 4 additions, 0 deletionsapp/views/projects/_form.html.haml
- app/views/projects/index.html.haml 4 additions, 0 deletionsapp/views/projects/index.html.haml
- app/views/projects/show.html.haml 22 additions, 16 deletionsapp/views/projects/show.html.haml
- db/migrate/20130129121754_add_public_flag_to_project.rb 5 additions, 0 deletionsdb/migrate/20130129121754_add_public_flag_to_project.rb
- db/schema.rb 2 additions, 1 deletiondb/schema.rb
- spec/models/project_spec.rb 14 additions, 9 deletionsspec/models/project_spec.rb
Please register or sign in to comment