Sha256: de1a427314c716261641f27378aab77c49a3ea0bb1899556d1aeccdd52160df6
Contents?: true
Size: 428 Bytes
Versions: 37
Compression:
Stored size: 428 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.current = ::User.anonymous_api_admin Setting.find_by(:name => "dynflow_enable_console").update_attributes!(:value => true) if Rails.env.development? ::User.current = nil
Version data entries
37 entries across 37 versions & 1 rubygems