Skip to content

Instantly share code, notes, and snippets.

@fayimora
Created April 7, 2012 16:48
Show Gist options
  • Save fayimora/2330321 to your computer and use it in GitHub Desktop.
Save fayimora/2330321 to your computer and use it in GitHub Desktop.
def drafts
@posts = Post.where(draft: true)
end
resources :posts do
collection do
get 'drafts'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment