lib/caboodle/app.rb in caboodle-0.1.3 vs lib/caboodle/app.rb in caboodle-0.1.4
- old
+ new
@@ -13,10 +13,10 @@
#
# get_compass("/css/:name.css") do
# compass :one_stylesheet
# end
- helpers Sinatra::ContentFor
+ helpers Sinatra::CaboodleHelpers
configure do
config_path = File.expand_path(File.join(root,"config","site.yml"))
if File.exists?(config_path)
Caboodle::Kit.load_config(config_path)
\ No newline at end of file