Cross Reference: 050-url_maps.rb
xref
: /
ontohub
/
db
/
seeds
/
050-url_maps.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
repository
=
Repository.first
!
3.times
do
|n|
u =
UrlMap.new
u.repository
=
repository
u.source
=
"source#{n}.com"
u.target
=
"target#{n}.com"
u.save
end