Skip to content

Instantly share code, notes, and snippets.

@radar
Forked from anonymous/gist:2001689
Created March 8, 2012 16:01
Show Gist options
  • Save radar/2001701 to your computer and use it in GitHub Desktop.
Save radar/2001701 to your computer and use it in GitHub Desktop.
def pending_orders?
Order.where(:status => Order::PENDING, :user_id => self.id).exists?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment