pages_controller.rb 99 B

12345
  1. class PagesController < ApplicationController
  2. def index
  3. @orders = SoSalesOrder.all
  4. end
  5. end