Module: MongoMapper::Plugins::Rails
- Defined in:
- lib/mongo_mapper_ext/mongo_mapper/fixes.rb
Overview
Problem after destroying model the :to_param method returns :nill, and we can’t use :to_param in view (for example in ajax to remove element with id from the screen).
Defined Under Namespace
Modules: InstanceMethods