I know ActsAsTaggableOn.remove_unused_tags = true
is for the lasted version. In 2.2 I used ActsAsTaggableOn::Tag.remove_unused = true
. How about ActsAsTaggableOn.force_lowercase = true
? What is the equivalent for 2.2 version?
Asked
Active
Viewed 86 times
0

halmeetdave
- 356
- 1
- 3
- 9

Chris Ian
- 771
- 1
- 7
- 19
-
1surf to github..https://github.com/mbleigh/acts-as-taggable-on/tree/v2.2.0 - and there search for your method.. – Matthias May 07 '13 at 15:49
-
Like @Mattherick told. You can take a look to the compare view: https://github.com/mbleigh/acts-as-taggable-on/compare/v2.2.0...master@%7B1day%7D – Mindbreaker May 07 '13 at 16:07