drhenner/ror_ecommerce

View on GitHub
app/controllers/admin/reports/graphs_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Admin::Reports::GraphsController < Admin::Reports::BaseController
  layout 'admin_charts'
  def index

  end

  def show
    #@graphs = Graphs.find(params[:id])
  end

  private

end