lib/property_sets.rb in property_sets-0.6.2 vs lib/property_sets.rb in property_sets-0.7.1

- old
+ new

@@ -1,10 +1,10 @@ require 'property_sets/property_set_model' require 'property_sets/active_record_extension' require 'property_sets/action_view_extension' module PropertySets - VERSION = "0.6.2" + VERSION = "0.7.1" def self.ensure_property_set_class(association, owner_class) const_name = "#{owner_class.name}#{association.to_s.singularize.capitalize}".to_sym unless Object.const_defined?(const_name) property_class = Object.const_set(const_name, Class.new(ActiveRecord::Base))