Add missing brackets around parameters in method definitions
This commit is contained in:
parent
9e19c78b48
commit
2fa88a432b
34 changed files with 64 additions and 64 deletions
|
@ -1,5 +1,5 @@
|
|||
class ClamavService
|
||||
def self.safe_file? file_path
|
||||
def self.safe_file?(file_path)
|
||||
if Rails.env == 'development'
|
||||
return CLAMAV[:response] if CLAMAV[:mock?]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue