public
Fork of sevenwire/db_branch
Description: Rails plugin to play nice with git branching and databases.
Homepage: http://sevenwire.com
Clone URL: git://github.com/agile/db_branch.git
db_branch / init.rb
100644 4 lines (3 sloc) 0.096 kb
1
2
3
4
Dir[File.dirname(__FILE__) + '/lib/sevenwire/**/*'].each do |file_name|
  require file_name
end