Skip to content

Instantly share code, notes, and snippets.

@jgwhite
Created October 17, 2012 14:31
Show Gist options
  • Select an option

  • Save jgwhite/3905828 to your computer and use it in GitHub Desktop.

Select an option

Save jgwhite/3905828 to your computer and use it in GitHub Desktop.
Slices Documentation
class Slice
...
# Specifies that the slice can only be added/removed by super admins.
def self.restricted_slice
self.restricted = true
end
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment