rails--rails/activemodel/lib/active_model/serializers
Anthony 78f5874c82 Following the false issue reporting I did here : https://github.com/rails/rails/issues/6958
- Enable propagation of :skip_types, :dasherize and :camelize on included models by default
- Adding the option to override this propagation on a per-include basis (:include => { :model => { :dasherize => false } }
- Enough tests to prove it works
- Updated activemodel CHANGELOG.md

Squashed my commits
2012-08-13 19:14:24 -07:00
..
json.rb Merge branch 'master' of github.com:lifo/docrails 2012-08-04 15:18:35 +05:30
xml.rb Following the false issue reporting I did here : https://github.com/rails/rails/issues/6958 2012-08-13 19:14:24 -07:00