Deal of the Day

Home » Main » Manning Forums » 2007 » Ruby in Practice

Thread: Pg 83: ActiveRecord::Base.extend of send?

Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]
bill.siggelkow

Posts: 1
From: Atlanta, Georgia
Registered: 7/15/09
Pg 83: ActiveRecord::Base.extend of send?
Posted: Jul 15, 2009 7:38 PM
  Click to reply to this thread Reply

Is there any reason that the Listing 4.2 on pg 83 is using ActiveRecord::Base.send(:extend, ValidatesUrl) instead of just
ActiveRecord::Base.extend(ValidatesUrl)?

In the name of simplicity I would prefer the latter.

Legend
Gold: 300 + pts
Silver: 100 - 299 pts
Bronze: 25 - 99 pts
Manning Author
Manning Staff