aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/examples/performance.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/examples/performance.rb')
-rw-r--r--activerecord/examples/performance.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/examples/performance.rb b/activerecord/examples/performance.rb
index 1f23b13cac..91697b3c9c 100644
--- a/activerecord/examples/performance.rb
+++ b/activerecord/examples/performance.rb
@@ -98,7 +98,7 @@ Benchmark.ips(TIME) do |x|
exhibit = {
name: ActiveRecord::Faker.name,
notes: notes,
- :created_at: Date.today
+ created_at: Date.today
}
x.report("Model#id") do