Commit be6e85326d00c8663bbb5dee0b4950ece44b1a02
1 parent
b8cc9d7f
Exists in
master
and in
29 other branches
Added missing file in fixtures
also removed "return" from method
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
app/models/environment.rb
@@ -13,7 +13,7 @@ class Environment < ActiveRecord::Base | @@ -13,7 +13,7 @@ class Environment < ActiveRecord::Base | ||
13 | 13 | ||
14 | def self.verify_filename(filename) | 14 | def self.verify_filename(filename) |
15 | filename += '.txt' if filename =~ IDENTIFY_SCRIPTS | 15 | filename += '.txt' if filename =~ IDENTIFY_SCRIPTS |
16 | - return filename | 16 | + filename |
17 | end | 17 | end |
18 | 18 | ||
19 | PERMISSIONS['Environment'] = { | 19 | PERMISSIONS['Environment'] = { |
@@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
1 | +<? print("Hello World"); ?> |