Commit e5297e46 authored by Monica Olinescu's avatar Monica Olinescu

Update environment.rb to add cookie support

parent b2922a8b
......@@ -6,6 +6,7 @@ require 'active_support/all'
# Load Sinatra Framework (with AR)
require 'sinatra'
require 'sinatra/activerecord'
require 'sinatra/contrib/all' # Requires cookies, among other things
require 'pry'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment