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).
|
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
users = [
|
users = [
|
||||||
{
|
{
|
||||||
:email => "admin@metacorp.com",
|
:email => "admin@metacorp.com",
|
||||||
@@ -267,4 +266,4 @@ performance.each do |perf|
|
|||||||
p = Performance.new(perf.reject {|k| k == :user_id})
|
p = Performance.new(perf.reject {|k| k == :user_id})
|
||||||
p.user_id = perf[:user_id]
|
p.user_id = perf[:user_id]
|
||||||
p.save
|
p.save
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user