/ 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.
