require rails >= 3.2

* remove ancient confusing comment in SerializerGenerator
This commit is contained in:
Tee Parham
2013-05-30 09:28:13 -06:00
parent d10b5f6ac0
commit 31e1dab69f
4 changed files with 4 additions and 7 deletions

View File

@@ -44,6 +44,8 @@
* Remove support for ruby 1.8 versions.
* Require rails >= 3.2.
# VERSION 0.8.1
* Fix bug whereby a serializer using 'options' would blow up.