aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-03-21 21:23:48 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-03-21 21:23:48 -0700
commitaca58b2360f7459623499018e0a19febac926267 (patch)
tree9e35aea1004538c8864318beb05b728d131f961b /History.txt
parent83d045d2d8881e4310f0f54376a5e04d395f3c7a (diff)
downloadrails-aca58b2360f7459623499018e0a19febac926267.tar.gz
rails-aca58b2360f7459623499018e0a19febac926267.tar.bz2
rails-aca58b2360f7459623499018e0a19febac926267.zip
adding create_insert method
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index a5f630b021..9c0d3198a1 100644
--- a/History.txt
+++ b/History.txt
@@ -9,6 +9,7 @@
* Add Arel::SelectManager#limit=
* Add Arel::SelectManager#offset
* Add Arel::SelectManager#offset=
+ * Added Arel::SelectManager#create_insert for building an insert manager.
* Math operations have been added to attributes, thanks to
Vladimir Meremyanin.