Sha256: 47277f57c8e25b6e02b684cecdd618f26325d8c66cf75a36bc19778a582534ae
Contents?: true
Size: 402 Bytes
Versions: 81
Compression:
Stored size: 402 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!(:value => true) if Rails.env.development? end
Version data entries
81 entries across 81 versions & 1 rubygems