mirror of
https://github.com/samsonjs/stormy-weather.git
synced 2026-03-25 09:15:57 +00:00
5 lines
167 B
Ruby
5 lines
167 B
Ruby
# Copyright 2012 Sami Samhuri <sami@samhuri.net>
|
|
|
|
Dir[File.dirname(__FILE__) + '/controllers/*.rb'].each do |f|
|
|
require 'stormy/controllers/' + File.basename(f)
|
|
end
|