Skip to content

Instantly share code, notes, and snippets.

@hash32bot
Created December 25, 2018 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hash32bot/c8e0e97c1503050790f0fcdcc23aa7cf to your computer and use it in GitHub Desktop.
Save hash32bot/c8e0e97c1503050790f0fcdcc23aa7cf to your computer and use it in GitHub Desktop.
Sinatra App - app.rb change - http://bit.ly/2V9p6OL
#changes in app.rb
# ...
require 'sinatra/activerecord'
# ...
class ConferenceApp < Sinatra::Base
set :database_file, 'config/database.yml'
# ...
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment