Skip to content

Instantly share code, notes, and snippets.

@jjn1056
Created August 23, 2010 15:39
Show Gist options
  • Save jjn1056/545731 to your computer and use it in GitHub Desktop.
Save jjn1056/545731 to your computer and use it in GitHub Desktop.
## in base class
has 'force_drop_table' => (
traits=>['ENV'],
is=>'rw',
isa=>'Bool',
required=>1,
default=>0,
);
## in a role
has '+force_drop_table' => (is=>'rw',default=>1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment