Skip to content

Instantly share code, notes, and snippets.

@paulcsmith
Last active July 30, 2018 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulcsmith/3be1baba673235c1f839bb6d031c1232 to your computer and use it in GitHub Desktop.
Save paulcsmith/3be1baba673235c1f839bb6d031c1232 to your computer and use it in GitHub Desktop.
class Users::Index < BrowserAction
route do
users = UserQuery.new.sort_by_name.only_adults
render IndexPage, users: users
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment