Sha256: 01fd83cc250b9f11a73419eda9ad57f7f6c7ba48482147e2ba9fe05c025c7e0e

Contents?: true

Size: 413 Bytes

Versions: 66

Compression:

Stored size: 413 Bytes

Contents

# This file should contain all the record creation needed to seed the database with its default values.
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
#
# !!! PLEASE KEEP THIS SCRIPT IDEMPOTENT !!!
#
User.as(::User.anonymous_api_admin.login) do
  Setting.find_by(:name => "dynflow_enable_console").update_attributes!(:value => true) if Rails.env.development?
end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
katello-3.15.3.1 db/seeds.d/107-enable_dynflow.rb
katello-3.15.3 db/seeds.d/107-enable_dynflow.rb
katello-3.15.2 db/seeds.d/107-enable_dynflow.rb
katello-3.15.1.1 db/seeds.d/107-enable_dynflow.rb
katello-3.15.1 db/seeds.d/107-enable_dynflow.rb
katello-3.15.0.1 db/seeds.d/107-enable_dynflow.rb
katello-3.15.0 db/seeds.d/107-enable_dynflow.rb
katello-3.15.0.rc2 db/seeds.d/107-enable_dynflow.rb
katello-3.15.0.rc1.3 db/seeds.d/107-enable_dynflow.rb
katello-3.15.0.rc1.2 db/seeds.d/107-enable_dynflow.rb
katello-3.15.0.rc1.1 db/seeds.d/107-enable_dynflow.rb
katello-3.15.0.rc1 db/seeds.d/107-enable_dynflow.rb
katello-3.14.1 db/seeds.d/107-enable_dynflow.rb
katello-3.13.4 db/seeds.d/107-enable_dynflow.rb
katello-3.14.0 db/seeds.d/107-enable_dynflow.rb
katello-3.13.3 db/seeds.d/107-enable_dynflow.rb
katello-3.14.0.rc2 db/seeds.d/107-enable_dynflow.rb
katello-3.13.2 db/seeds.d/107-enable_dynflow.rb
katello-3.14.0.rc1 db/seeds.d/107-enable_dynflow.rb
katello-3.13.1 db/seeds.d/107-enable_dynflow.rb