Skip to content

Instantly share code, notes, and snippets.

@nixterrimus
Created February 13, 2013 06:04
Show Gist options
  • Save nixterrimus/4942596 to your computer and use it in GitHub Desktop.
Save nixterrimus/4942596 to your computer and use it in GitHub Desktop.
module Device::Abilities::Switchable
extend ActiveSupport::Concern
include Toy::Object
included do
attribute :role, String, :default => 'guest'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment