harmonize foodsoft capitalisation
This commit is contained in:
parent
86c972a201
commit
873e8d44a2
6 changed files with 9 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Module for FoodSoft-File import
|
||||
# The FoodSoft-File is a cvs-file, with semicolon-seperatet columns
|
||||
# Module for Foodsoft-File import
|
||||
# The Foodsoft-File is a cvs-file, with columns separated by semicolons
|
||||
|
||||
require 'csv'
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ class Message < ActiveRecord::Base
|
|||
add_recipients([user])
|
||||
end
|
||||
|
||||
# Returns true if this message is a system message, i.e. was sent automatically by the FoodSoft itself.
|
||||
# Returns true if this message is a system message, i.e. was sent automatically by Foodsoft itself.
|
||||
def system_message?
|
||||
self.sender_id.nil?
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue