Class: ActiveRecord::Railtie

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/railtie.rb

Overview

Active Record Railtie

Constant Summary collapse

SQLITE3_PRODUCTION_WARN =
"You are running SQLite in production, this is generally not recommended."\
" You can disable this warning by setting \"config.active_record.sqlite3_production_warning=false\"."