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