AND for exclusions, not OR

This commit is contained in:
Kyle Drake 2015-03-06 15:29:52 -05:00
parent ae14987a2f
commit b71a549d05

View file

@ -8,6 +8,8 @@ get '/activity' do
global_dataset.where! Sequel.qualify(:events, :id) => params[:event_id]
end
binding.pry
@events = global_dataset.all
erb :'activity'