4 5 6 7
# File 'lib/rea/meta_type/resource.rb', line 4 def self.included base base.fields = [:name, :value] Entity.included base end