fix typo
This commit is contained in:
@@ -223,11 +223,9 @@ class TagImplication < ActiveRecord::Base
|
|||||||
|
|
||||||
def update_forum_topic_for_approve
|
def update_forum_topic_for_approve
|
||||||
if forum_topic
|
if forum_topic
|
||||||
CurrentUser.scoped(admin, "127.0.0.1") do
|
forum_topic.posts.create(
|
||||||
forum_topic.posts.create(
|
:body => "The tag implication #{antecedent_name} -> #{consequent_name} has been approved."
|
||||||
:body => "The tag implication #{antecedent_name} -> #{consequent_name} has been approved."
|
)
|
||||||
)
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user