Merge branch 'master' of github.com:OWASP/railsgoat into top-10-2013

This commit is contained in:
cktricky
2013-09-10 13:31:48 -04:00
12 changed files with 117 additions and 15 deletions
+2
View File
@@ -18,6 +18,8 @@ class User < ActiveRecord::Base
has_many :performance, :foreign_key => :user_id, :primary_key => :user_id, :dependent => :destroy
private
def full_name
"#{self.first_name} #{self.last_name}"
end