Rename 'Dashboard' to overview in page text and also modify 'dashboard' routes to be 'overview'. Finishes #180076071
parent
2753888f11
commit
f553c3c11c
@ -1,4 +1,4 @@
|
|||||||
class DashboardController < SqmApplicationController
|
class OverviewController < SqmApplicationController
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@variance_chart_row_presenters = Measure.all.map(&method(:presenter_for_measure))
|
@variance_chart_row_presenters = Measure.all.map(&method(:presenter_for_measure))
|
||||||
@ -1,6 +1,6 @@
|
|||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
|
||||||
describe DashboardController, type: :controller do
|
describe OverviewController, type: :controller do
|
||||||
include BasicAuthHelper
|
include BasicAuthHelper
|
||||||
let(:school) { create(:school) }
|
let(:school) { create(:school) }
|
||||||
let(:district) { create(:district) }
|
let(:district) { create(:district) }
|
||||||
Loading…
Reference in new issue