Skip to content

Instantly share code, notes, and snippets.

@danielwestendorf
Created December 17, 2014 14:52
Show Gist options
  • Select an option

  • Save danielwestendorf/f968261e12a33e2af11c to your computer and use it in GitHub Desktop.

Select an option

Save danielwestendorf/f968261e12a33e2af11c to your computer and use it in GitHub Desktop.
User.new.roles
# => []
User.new.tap { |u| u.roles = :add, :edit }.roles
# => [:add, :edit]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment