public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Search Repo:
Michael Hartl (author)
Sun Mar 02 10:04:28 -0800 2008
commit  b514ef998fc69f05c2108cf7d9d72cdb0d579871
tree    a39d2b7613dd4fdf01f45d12c666388ce189ab82
parent  fa249934b244cf18d5a9b6647a5cc706afa31599
insoshi / stories / all.rb
100644 4 lines (4 sloc) 0.107 kb
1
2
3
4
dir = File.dirname(__FILE__)
Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file|
  require file
end