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

13 lines
330 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
# exclude_models: User,Post
# models to include from the default disbaled state
# include_models: User,Post
development:
sisyphus_enabled: true
test:
sisyphus_enabled: true