Skip to content

Instantly share code, notes, and snippets.

@glenndavy
Created May 4, 2009 11:42
Show Gist options
  • Select an option

  • Save glenndavy/106435 to your computer and use it in GitHub Desktop.

Select an option

Save glenndavy/106435 to your computer and use it in GitHub Desktop.
class Foo
property :id, Integer
property :name, String
property :random_code, Expresion { "(select RAND)" } # uses an sql expresion,
(...)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment