On Mon, Oct 19, 2009 at 10:12 AM, SNelson <[email protected]> wrote:
> I would like the user interface to have a link (something like > "Pending Assignments") which, when clicked, would find and display all > assignments for which starts_at is empty. Or starts_at.year, or > starts_at.day or whatever. Uh, why not just create an appropriate controller method, something like 'pending', and use that as the link, e.g. '/assignments/pending' ? FWIW, -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

