1 2 3 4 5 |
returning new(attributes) do |object|
object.instance_variable_set("@new_record", false)
end
end
|
Pastie
Support Pastie
or read my
Pastie << self
blog
1 2 3 4 5 |
returning new(attributes) do |object|
object.instance_variable_set("@new_record", false)
end
end
|