A lot of updates so far today...

This commit is contained in:
Godwin
2014-07-06 19:02:23 -06:00
parent 546f1d4cbd
commit 1907122880
36 changed files with 4157 additions and 236 deletions
+1 -1
View File
@@ -51,6 +51,6 @@ BikeBike::Application.configure do
#puts "CARMEN\t" + Carmen.i18n_backend.locale_paths
#PerfTools::CpuProfiler.start('/tmp/dev_prof')
#config.serve_static_assets = true
config.serve_static_assets = true
#config.assets.precompile = false
end
+1 -1
View File
@@ -6,7 +6,7 @@ BikeBike::Application.routes.draw do
#resources :workshop_facilitators
#resources :registration_form_fields
resources :conference_types, :param => :slug , :path => '/conferences', :as => :conference, :except => :index do
resources :conference_types, :param => :type, :path => '/conferences', :as => :conference, :except => :index do
resources :conferences, :param => :slug, :path => '/' do
get :hosts
get :registration