From: Gian Holland Date: 2007-05-29T20:32:48+09:00 Subject: operator => Hi I have a beginner question What does the => operator do? here is the example code from the book class Product < ActiveRecord::Base has_many :orders, :through *=>* :line_items #...