testing to see if I have commit access

This commit is contained in:
Ken Johnson
2013-06-06 20:52:09 -04:00
parent db952a3dd9
commit cc38bd3f2a
+1 -2
View File
@@ -2,7 +2,6 @@
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
#
users = [
{
:email => "admin@metacorp.com",
@@ -267,4 +266,4 @@ performance.each do |perf|
p = Performance.new(perf.reject {|k| k == :user_id})
p.user_id = perf[:user_id]
p.save
end
end