active_mailer 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.authors = ["Matt Gordon"]
8
8
  s.email = 'support@expectedbehavior.com'
9
9
  s.files = Dir["{app,lib,config}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README.rdoc"]
10
- s.version = "0.0.3"
10
+ s.version = "0.0.4"
11
11
  s.homepage =
12
12
  'https://github.com/expectedbehavior/active_mailer'
13
13
 
@@ -9,7 +9,7 @@ module ActiveMailer #:nodoc:
9
9
 
10
10
  has_many :email_user_associations, :as => :emailable
11
11
  has_many :recipients, :through => :email_user_associations, :source => "email_user"
12
- belongs_to :sender, :class_name => "EmailUser", :foreign_key => "sender_id"
12
+ belongs_to :sender, :class_name => "ActiveMailer::EmailUser", :foreign_key => "sender_id"
13
13
  attr_accessor :body # leave this as an accessor for now since it's complicated
14
14
  attr_accessor :rendered_contents # contains the actual sent email after `send!` is called
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_mailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-20 00:00:00.000000000 Z
12
+ date: 2013-02-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport