mirror of
https://github.com/neocities/neocities.git
synced 2025-08-03 00:02:00 +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]
|
||||
end
|
||||
|
||||
binding.pry
|
||||
|
||||
@events = global_dataset.all
|
||||
|
||||
erb :'activity'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue