Sha256: ae72149676902fa8fffdf696e8ba78127ec62b00dc5325e7550253b4bdb30563

Contents?: true

Size: 312 Bytes

Versions: 2

Compression:

Stored size: 312 Bytes

Contents

# frozen_string_literal: true
require 'essay/abstract_feature'
require 'essay/helpers/association_helper'

module Essay
  class AssociationFeatures::Base < AbstractFeature
    include AssociationHelper

    def initialize(env)
      super
      @association_name = env.fetch(:association_name)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
essay-1.0.2 lib/essay/association/base_feature.rb
essay-1.0.1 lib/essay/association/base_feature.rb