Skip to content

Instantly share code, notes, and snippets.

@sbellware
Created January 20, 2010 21:47
Show Gist options
  • Save sbellware/282308 to your computer and use it in GitHub Desktop.
Save sbellware/282308 to your computer and use it in GitHub Desktop.
class Thing
include Composed
has :stuff
has :other_thing, :as => Thing, :expose => ReadWrite
has :one_more_thing, :as => Thing, :ends_with => WebRequest
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment