diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-08-05 12:56:31 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-08-05 12:56:31 -0700 |
commit | 5f8a7d1d4d867d87e74b378d357f8476f91e7852 (patch) | |
tree | 07fda07a47eb75514508dd1d1703a0a429b3d42f /activerecord/test/fixtures | |
parent | 773eca0e12af14cbd52f71fff9387e6abcfc4f1f (diff) | |
parent | 0ec701d50bebf8ebd08015565ec771fb14357d8d (diff) | |
download | rails-5f8a7d1d4d867d87e74b378d357f8476f91e7852.tar.gz rails-5f8a7d1d4d867d87e74b378d357f8476f91e7852.tar.bz2 rails-5f8a7d1d4d867d87e74b378d357f8476f91e7852.zip |
Merge pull request #11765 from kassio/load-fixtures-from-linked-folder
Load fixtures from linked folder
Diffstat (limited to 'activerecord/test/fixtures')
l--------- | activerecord/test/fixtures/all/admin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/all/admin b/activerecord/test/fixtures/all/admin new file mode 120000 index 0000000000..59636afce2 --- /dev/null +++ b/activerecord/test/fixtures/all/admin @@ -0,0 +1 @@ +../admin/
\ No newline at end of file |