First version of the non-js schedule. Removed the assets from version control.
This commit is contained in:
parent
73013bd3e6
commit
b2f8cfbec3
87 changed files with 127 additions and 200 deletions
|
|
@ -30,9 +30,8 @@ Osem::Application.configure do
|
|||
config.active_record.auto_explain_threshold_in_seconds = 0.5
|
||||
|
||||
config.assets.compress = false
|
||||
config.assets.compile = false
|
||||
config.assets.compile = true
|
||||
|
||||
# Expands the lines which load the assets
|
||||
config.assets.debug = true
|
||||
config.action_mailer.default_url_options = { :host => 'localhost:3000' }
|
||||
end
|
||||
|
|
|
|||
|
|
@ -44,6 +44,9 @@ Osem::Application.routes.draw do
|
|||
resources :event_attachment, :controller => "EventAttachments"
|
||||
put "/confirm" => "proposal#confirm"
|
||||
end
|
||||
resource :schedule, :only => [] do
|
||||
get "/" => "schedule#index"
|
||||
end
|
||||
member do
|
||||
get "/register" => "ConferenceRegistration#register"
|
||||
put "/register" => "ConferenceRegistration#update"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue