Analytics and jquery fallback
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user