Arie/serveme

View on GitHub
app/views/pages/_reservations_per_day_graph.html.haml

Summary

Maintainability
Test Coverage
- content_for :head do
  %script{:src => 'http://www.google.com/jsapi'}
.chart{:id => "reservations_per_day", :style => "height: 250px"}
  = render_chart(Statistic.reservations_per_day_chart, 'reservations_per_day')