mirror of
https://github.com/neocities/neocities.git
synced 2025-08-11 20:09:26 +02:00
AND for exclusions, not OR
This commit is contained in:
parent
ae14987a2f
commit
b71a549d05
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ get '/activity' do
|
||||||
global_dataset.where! Sequel.qualify(:events, :id) => params[:event_id]
|
global_dataset.where! Sequel.qualify(:events, :id) => params[:event_id]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
binding.pry
|
||||||
|
|
||||||
@events = global_dataset.all
|
@events = global_dataset.all
|
||||||
|
|
||||||
erb :'activity'
|
erb :'activity'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue