Skip to content

Instantly share code, notes, and snippets.

@ZakharDay
Created October 12, 2015 00:25
Show Gist options
  • Save ZakharDay/04cb678af83bcf8c5ce8 to your computer and use it in GitHub Desktop.
Save ZakharDay/04cb678af83bcf8c5ce8 to your computer and use it in GitHub Desktop.
class Tagging < ActsAsTaggableOn::Tagging
scope :publication_tags, where(context: 'publication_tags')
scope :places, where(context: 'places')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment