diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-08-25 13:41:37 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-08-25 13:41:48 -0700 |
commit | c3a0a36fc3c5e54ad44643b8c0470ccbd47d9a64 (patch) | |
tree | d65ee4992a30ab89a65f84d4d991996ba3d7b35c /activerecord | |
parent | c7ba911a43e513bd1adbee93f16d2b8efea7cc88 (diff) | |
download | rails-c3a0a36fc3c5e54ad44643b8c0470ccbd47d9a64.tar.gz rails-c3a0a36fc3c5e54ad44643b8c0470ccbd47d9a64.tar.bz2 rails-c3a0a36fc3c5e54ad44643b8c0470ccbd47d9a64.zip |
Fix typo
Diffstat (limited to 'activerecord')
-rwxr-xr-x | activerecord/examples/performance.rb | 2 |
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 |