ApplicationController
# File app/controllers/admin_controller.rb, line 2 def index @total_orders = Order.count end