diaspora/spec/support/no_id_on_object.rb

5 lines
93 B
Ruby

class Object
def id
raise "You have called id on a non-ActiveRecord object."
end
end