README.rdoc in enumerate_it-1.1.0 vs README.rdoc in enumerate_it-1.1.1
- old
+ new
@@ -131,9 +131,10 @@
The `sort_by` methods accept one of the following values:
* `:translation`: The default behavior, will sort the returned values based on translations.
* `:value`: Will sort the returned values based on values.
* `:name`: Will sort the returned values based on the name of each enumeration option.
+* `:none`: Will return values in order that was passed to associate_values call.
== Using enumerations
The cool part is that you can use these enumerations with any class, be it an ActiveRecord instance
or not.