* removing extraneous whitespace

This commit is contained in:
Seth Call 2013-08-10 20:38:15 -05:00
parent aa7a6b3e04
commit 2431af4baa
1 changed files with 0 additions and 3 deletions

View File

@ -11,11 +11,8 @@ module JamRuby
attr_accessor :email, :body
def save
return valid?
end
end
end