Analytics and jquery fallback

This commit is contained in:
Godwin
2014-07-13 21:27:59 -06:00
parent 7553364157
commit e64eb1f153
15 changed files with 119 additions and 24 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# Be sure to restart your server when you modify this file.
BikeBike::Application.config.session_store :cookie_store, key: '_starterapp_session'
BikeBike::Application.config.session_store :active_record_store
+2 -1
View File
@@ -13,7 +13,8 @@ BikeBike::Application.routes.draw do
#get :registration
#resources :workshops, :param => 'slug'
#get :register, :param => 'step'
##get 'register(/:step)' => 'conferences#register'
#post 'register/next' => 'conferences#register_submit'
# match 'register(/:step)' => 'conferences#register', via: [:get, :post]
#patch 'register/step/:step' => 'conferences#register_step'
#resources :registrations, :path => 'registration' do
# get :form, on: :collection