18F/micropurchase

View on GitHub
app/controllers/insights_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class InsightsController < ApplicationController
  def index
    @view_model = InsightsViewModel.new
  end
end