lib/automobile/summarization.rb in automobile-0.0.16 vs lib/automobile/summarization.rb in automobile-0.1.0

- old
+ new

@@ -1,12 +1,12 @@ module BrighterPlanet module Automobile module Summarization def self.included(base) base.summarize do |has| - has.adjective :model_year + has.adjective :make_model_year has.adjective :make - has.adjective :model + has.adjective :make_model has.identity 'automobile' has.verb :own end end end