/ Published in: Rails
Expand |
Embed | Plain Text
class << ActiveRecord::Base # Use 'Book[params[:id]]' # instead of # Let 'Book.find params[:id]'. alias_method :[], :find end
You need to login to post a comment.
winson on 04/30/07
1 person have marked this snippet as a favorite
class << ActiveRecord::Base # Use 'Book[params[:id]]' # instead of # Let 'Book.find params[:id]'. alias_method :[], :find end
You need to login to post a comment.