init.rb in coded_attribute-0.0.2 vs init.rb in coded_attribute-0.0.3

- old
+ new

@@ -1,5 +1,5 @@ -require 'coded_attributes' +require 'coded_attribute' class ActiveRecord::Base - extend CodedAttributes + extend CodedAttribute end