Sha256: 390a2b15f1432334dc00a7507c9d85f3a871b4401fde2e29050061f876e20cfa

Contents?: true

Size: 377 Bytes

Versions: 7

Compression:

Stored size: 377 Bytes

Contents

module Effective
  class MentorshipsMailer < EffectiveMentorships.parent_mailer_class

    include EffectiveMailer
    include EffectiveEmailTemplatesMailer

    protected

    def assigns_for(resource)
      unless resource.kind_of?(EffectiveMentorships.MentorshipGroup)
        raise('expected an EffectiveMentorships.MentorshipGroup')
      end

      {}
    end

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
effective_mentorships-0.2.4 app/mailers/effective/mentorships_mailer.rb
effective_mentorships-0.2.3 app/mailers/effective/mentorships_mailer.rb
effective_mentorships-0.2.2 app/mailers/effective/mentorships_mailer.rb
effective_mentorships-0.2.1 app/mailers/effective/mentorships_mailer.rb
effective_mentorships-0.2.0 app/mailers/effective/mentorships_mailer.rb
effective_mentorships-0.1.0 app/mailers/effective/mentorships_mailer.rb
effective_mentorships-0.0.1 app/mailers/effective/mentorships_mailer.rb