anthonymidili/Bullhorn

View on GitHub
app/views/sites/index.html.haml

Summary

Maintainability
Test Coverage
- if user_signed_in?
  = render 'sites/dashboard'
- else
  = render 'sites/home'