repo.or.cz
/
merb_mart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Updated path references to spec_helper
[merb_mart.git]
/
lib
/
authenticated_system
/
authenticated_dependencies.rb
blob
2813b4cab2f121e47e91ff6aeaf6b247c0ca32d1
1
require 'merb_helpers'
2
3
base = File.dirname(__FILE__)
4
5
%w(authenticated_routes authenticated_system_controller authenticated_system_model authenticated_system_orm_map).each do |f|
6
require File.join(base, f)
7
end