sisyphus-rails/lib/generators/sisyphus/configuration/templates/sisyphus.yml
2012-10-03 01:40:31 -04:00

13 lines
330 B
YAML

production:
# globally enable or disable sisyphus form protection
sisyphus_enabled: true
# models to exclude from the default enabled state
# exclude_models: User,Post
# models to include from the default disbaled state
# include_models: User,Post
development:
sisyphus_enabled: true
test:
sisyphus_enabled: true