aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/examples
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-08-25 13:41:37 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-08-25 13:41:48 -0700
commitc3a0a36fc3c5e54ad44643b8c0470ccbd47d9a64 (patch)
treed65ee4992a30ab89a65f84d4d991996ba3d7b35c /activerecord/examples
parentc7ba911a43e513bd1adbee93f16d2b8efea7cc88 (diff)
downloadrails-c3a0a36fc3c5e54ad44643b8c0470ccbd47d9a64.tar.gz
rails-c3a0a36fc3c5e54ad44643b8c0470ccbd47d9a64.tar.bz2
rails-c3a0a36fc3c5e54ad44643b8c0470ccbd47d9a64.zip
Fix typo
Diffstat (limited to 'activerecord/examples')
-rwxr-xr-xactiverecord/examples/performance.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/examples/performance.rb b/activerecord/examples/performance.rb
index 6841a04270..53acd62f47 100755
--- a/activerecord/examples/performance.rb
+++ b/activerecord/examples/performance.rb
@@ -130,7 +130,7 @@ RBench.run(TIMES) do
exhibit = {
:name => Faker::Company.name,
:notes => Faker::Lorem.paragraphs.join($/),
- :created_on => Date.today
+ :created_at => Date.today
}
report 'Model.create' do