testing to see if I have commit access
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user