Skip to content

Instantly share code, notes, and snippets.

@igkuz
Created May 22, 2013 08:57
Show Gist options
  • Save igkuz/5626203 to your computer and use it in GitHub Desktop.
Save igkuz/5626203 to your computer and use it in GitHub Desktop.
class Channel
include Virtus
atribute :id, Integer
attribute :name, String
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment