AutoCommit Die Jun 9 10:03:05 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-06-09 10:03:05 +02:00
parent cc2ab28d16
commit dd9ae1d20b
3 changed files with 6 additions and 1 deletions

View File

@@ -7,7 +7,6 @@ class CalentriesController < ApplicationController
respond_to do |format|
format.html {redirect_to rubriken_path}
format.ics
end
end

View File

@@ -1,2 +1,5 @@
module NeuigkeitenHelper # :nodoc:
def send_daily_newsletter(user)
end
end

View File

@@ -5,4 +5,7 @@ class NewsMailer < ActionMailer::Base
mail(to: email, subject: @neuigkeit.title)
end
def daily_newsletter(user_id)
end
end