diff --git a/Gemfile b/Gemfile index cc148f7..f7aa388 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source 'https://rubygems.org' +ruby "2.3.1" gem 'rails', '4.2' gem 'pg', '0.15.1' diff --git a/app/views/static_pages/home.html.haml b/app/views/static_pages/home.html.haml index 05c6e12..ca4648e 100644 --- a/app/views/static_pages/home.html.haml +++ b/app/views/static_pages/home.html.haml @@ -23,3 +23,5 @@ %h2 Reports %br = link_to "Bikes Sold Per Year", bikes_sold_per_year_path + %br + = link_to "Bikes Fixed Per Week", bikes_fixed_per_week_path