Sha256: 0b20689c4fd66a2c6c8cd487567b9851eec0d8191aad08e038755842b4e2aed3
Contents?: true
Size: 309 Bytes
Versions: 2
Compression:
Stored size: 309 Bytes
Contents
c = Configuration.new <% if options[:modified_by] -%> c.modified_by_id = 0 <% end -%> <% if defined? Ixtlan::Errors -%> c.errors_keep_dumps = 30 <% end -%> <% if defined? Ixtlan::Sessions -%> c.idle_session_timeout = 15 <% end -%> <% if defined? Ixtlan::Audit -%> c.audits_keep_logs = 90 <% end -%> c.save
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ixtlan-generators-0.1.7 | lib/generators/ixtlan/templates/seed.rb |
ixtlan-generators-0.1.5 | lib/generators/ixtlan/templates/seed.rb |