Skip to content

Instantly share code, notes, and snippets.

@viktor-shmigol
Created October 5, 2016 10:53
Show Gist options
  • Save viktor-shmigol/70d7425176e9f4c03f88b84d7aef37c2 to your computer and use it in GitHub Desktop.
Save viktor-shmigol/70d7425176e9f4c03f88b84d7aef37c2 to your computer and use it in GitHub Desktop.
scope :availables, lambda { |scope_by|
public_send(scope_by) if %w(count).include?(scope_by)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment