Sha256: 67dedbf459d5c41e7368afae72c47cebbc90db2a35956059a6223f32e86c7745

Contents?: true

Size: 114 Bytes

Versions: 2

Compression:

Stored size: 114 Bytes

Contents

class FooMailer < ActionMailer::Base
  def foo
    @model = FooModel.first
    mail :to => 'foo@bar.com'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mark_as_read-0.0.2 spec/rails_app/app/mailers/foo_mailer.rb
mark_as_read-0.0.1 spec/rails_app/app/mailers/foo_mailer.rb