I am very new to Rails, so bear with me while I learn.
I have a model, show, with an attribute preview_url. How can I build a call that only returns shows that have a non-null preview_url and what would be the best way to word the controller method?
i.e. localhost:3000/shows/?preview_url ??
Thanks in advance.