AutoCommit Die Jun 9 10:03:05 CEST 2015
This commit is contained in:
@@ -7,7 +7,6 @@ class CalentriesController < ApplicationController
|
||||
|
||||
respond_to do |format|
|
||||
format.html {redirect_to rubriken_path}
|
||||
format.ics
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
module NeuigkeitenHelper # :nodoc:
|
||||
def send_daily_newsletter(user)
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
@@ -5,4 +5,7 @@ class NewsMailer < ActionMailer::Base
|
||||
|
||||
mail(to: email, subject: @neuigkeit.title)
|
||||
end
|
||||
def daily_newsletter(user_id)
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user