sisyphus-rails/lib/generators/sisyphus/configuration/templates/sisyphus.yml

14 lines
372 B
YAML
Raw Normal View History

2012-10-03 05:40:31 +00:00
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
2012-10-03 05:40:31 +00:00
# models to include from the default disbaled state
# include_models: user,post
2012-10-03 05:40:31 +00:00
development:
sisyphus_enabled: true
test:
sisyphus_enabled: true