couchrest_model/lib/couchrest/more
Will Leinweber b5d09afef5 Adds attribute protection to properties
Public Facing
   * through either :protected or :accessible8 flags
   * prevents protected attributes from being set in mass assignment
 Developer Facing
   * refactors #initialize and #update_attribute_without_saving
       to use same private methods to set attributes on ExtendedDocument
   * adds new mixin to do protection

Signed-off-by: Tapajós <tapajos@gmail.com>
2009-10-31 09:56:58 -02:00
..
casted_model.rb Merge commit 'mattetti/master' 2009-08-12 16:48:13 -07:00
extended_document.rb Adds attribute protection to properties 2009-10-31 09:56:58 -02:00
property.rb I think that init_method is more semantic that send. 2009-10-31 09:53:50 -02:00