Cross Reference: 20160426082023_recreate_symlinks.rb
xref
: /
ontohub
/
db
/
data
/
20160426082023_recreate_symlinks.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
20160426082023_recreate_symlinks.rb revision 5d0ccb15eae1391a8846b4f1e090bff599ace3b6
class
RecreateSymlinks
<
ActiveRecord
::
Migration
def
self.up
Repository.find
_each
do
|
repository
|
repository.send
(:
symlinks_update
)
end
end
def
self.down
Repository.find
_each
do
|
repository
|
repository.send
(:
symlinks_update
)
end
end
end