Skip to content

Instantly share code, notes, and snippets.

@laribee
Created December 7, 2011 15:20
Show Gist options
  • Select an option

  • Save laribee/1443189 to your computer and use it in GitHub Desktop.

Select an option

Save laribee/1443189 to your computer and use it in GitHub Desktop.
Loader DSL
Loader.insert do
on '1/1/2001'
asset :member
attributes do
username 'skip'
password 'password0'
end
relations do
labels $dev, $java
security_level :high
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment