-
- Downloads
notification scaffold
Showing
- app/controllers/notifications_controller.rb 11 additions, 0 deletionsapp/controllers/notifications_controller.rb
- app/helpers/notifications_helper.rb 2 additions, 0 deletionsapp/helpers/notifications_helper.rb
- app/models/notification.rb 30 additions, 0 deletionsapp/models/notification.rb
- app/models/user.rb 7 additions, 7 deletionsapp/models/user.rb
- app/views/layouts/profile.html.haml 2 additions, 0 deletionsapp/views/layouts/profile.html.haml
- app/views/notifications/show.html.haml 26 additions, 0 deletionsapp/views/notifications/show.html.haml
- config/routes.rb 2 additions, 0 deletionsconfig/routes.rb
- spec/helpers/notifications_helper_spec.rb 15 additions, 0 deletionsspec/helpers/notifications_helper_spec.rb
- spec/requests/notifications_spec.rb 11 additions, 0 deletionsspec/requests/notifications_spec.rb
- spec/routing/notifications_routing_spec.rb 13 additions, 0 deletionsspec/routing/notifications_routing_spec.rb
app/controllers/notifications_controller.rb
0 → 100644
app/helpers/notifications_helper.rb
0 → 100644
app/models/notification.rb
0 → 100644
app/views/notifications/show.html.haml
0 → 100644
spec/helpers/notifications_helper_spec.rb
0 → 100644
spec/requests/notifications_spec.rb
0 → 100644
spec/routing/notifications_routing_spec.rb
0 → 100644
Please register or sign in to comment