class Essay::AssociationCollection

Protected Instance Methods

construct_features(name) click to toggle source
# File lib/essay/association/association_collection.rb, line 8
def construct_features(name)
  Essay::AssociationFeatures.new(env.merge(association: traits.associations.fetch(name)))
end