mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
WIP - begin adding reports
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class ReportsController < ApplicationController
|
||||
before_action :authenticate_user!
|
||||
|
||||
def bikes_sold_per_year
|
||||
@bikes_sold_per_year = Report.bikes_sold_per_year
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user