Skip to content

Instantly share code, notes, and snippets.

@bigpresh
Created October 25, 2010 10:11
Show Gist options
  • Save bigpresh/644719 to your computer and use it in GitHub Desktop.
Save bigpresh/644719 to your computer and use it in GitHub Desktop.
Simple CRUD!
simple_crud(
prefix => 'test',
db_table => 'test',
record_title => 'Test Thing',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment