customer_name

in app/models/order.rb [3:6]


  def customer_name
    customer.full_name
  end