Skip to content

Instantly share code, notes, and snippets.

@kke
Created May 22, 2013 12:23
Show Gist options
  • Select an option

  • Save kke/5627149 to your computer and use it in GitHub Desktop.

Select an option

Save kke/5627149 to your computer and use it in GitHub Desktop.
class Message < ActiveRecord::Base
named_scope :from_company do |company|
puts company.inspect
puts company.id
end
end
> Message.from_company(Company.first)
#<Module:0x7f0339192538>
message.rb:56: warning: Object#id will be deprecated; use Object#object_id
69825909789340
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment