Browse Source

Testing...

development
Godwin 10 years ago
parent
commit
73b0893b71
  1. 2
      app/views/pages/home.html.haml
  2. 2
      config/environments/development.rb

2
app/views/pages/home.html.haml

@ -1,6 +1,6 @@
- title 'Bike!Bike!'
- if @conference
= render 'conferences/header'
-#= render 'conferences/header'
-#%section
-# .row

2
config/environments/development.rb

@ -1,6 +1,6 @@
#require 'perftools'
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
#OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
BikeBike::Application.configure do
# Settings specified here will take precedence over those in config/application.rb.

Loading…
Cancel
Save