G
Gian Holland
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
rders, :through *=>* :line_items
#...
What does the => operator do?
here is the example code from the book
class Product < ActiveRecord::Base
has_many
#...