mirror of
https://github.com/samsonjs/stormy-weather.git
synced 2026-04-08 11:35:52 +00:00
7 lines
187 B
Ruby
7 lines
187 B
Ruby
# Copyright 2012 Sami Samhuri <sami@samhuri.net>
|
|
|
|
require 'stormy/models/base'
|
|
|
|
Dir[File.dirname(__FILE__) + '/models/*.rb'].each do |f|
|
|
require 'stormy/models/' + File.basename(f)
|
|
end
|