lib/couchrest/model/casted_model.rb in couchrest_model-1.0.0.beta8 vs lib/couchrest/model/casted_model.rb in couchrest_model-1.0.0

- old
+ new

@@ -2,13 +2,13 @@ module CastedModel extend ActiveSupport::Concern included do - include CouchRest::Model::AttributeProtection - include CouchRest::Model::Attributes + include CouchRest::Model::Configuration include CouchRest::Model::Callbacks include CouchRest::Model::Properties + include CouchRest::Model::PropertyProtection include CouchRest::Model::Associations include CouchRest::Model::Validations attr_accessor :casted_by end