sisyphus-rails/lib/generators/sisyphus/configuration/templates/sisyphus.yml
Devon Noonan 973928ef21 Added model based include/exclude through config file.
Added global on/off switch.
2012-10-03 09:27:48 -04:00

14 lines
372 B
YAML

production:
# globally enable or disable sisyphus form protection
sisyphus_enabled: true
# models to exclude from the default enabled state
# note that lower case singular is used
# exclude_models: user,post
# models to include from the default disbaled state
# include_models: user,post
development:
sisyphus_enabled: true
test:
sisyphus_enabled: true