rostra 0.1.23 → 0.1.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module Rostra
2
2
  class ApplicationMailer < ActionMailer::Base
3
- helper 'rostra/base/application'
3
+ helper 'rostra/application'
4
4
  layout Rostra::Config.email_layout
5
5
 
6
6
  def notification(user, added_content, question)
@@ -1,3 +1,3 @@
1
1
  module Rostra
2
- VERSION = "0.1.23"
2
+ VERSION = "0.1.24"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rostra
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.23
5
+ version: 0.1.24
6
6
  platform: ruby
7
7
  authors:
8
8
  - Cory Schires