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
Consolidation of work on slicefiying application with original app
[merb_mart.git]
/
examples
/
quick-E-mart
/
config
/
init.rb
blob
846139974403095c5b32af845f691c2629ccc1d6
1
$LOAD_PATH.unshift Merb.root / ".." / ".."
2
$LOAD_PATH.unshift Merb.root / ".." / ".." / "lib"
3
Gem.clear_paths
4
Gem.path.unshift(Merb.root / "gems")
5
6
require 'merb-haml'
7
8
require 'merb-slices'
9
require "merb_mart"