Sha256: f59b703c2a8d50f7d2b75fe690c790bd4f286410a281f922782b7a8205f6870b
Contents?: true
Size: 423 Bytes
Versions: 2
Compression:
Stored size: 423 Bytes
Contents
# frozen_string_literal: true Niceql.configure do |c| # You can adjust pg_adapter in prooduction at your own risk! # If you need it in production use exec_niceql # default: false # c.pg_adapter_with_nicesql = Rails.env.development? # this are default settings, change it to your project needs # c.indentation_base = 2 # c.open_bracket_is_newliner = false # c.prettify_active_record_log_output = false end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
niceql-0.6.1 | lib/generators/templates/niceql_initializer.rb |
niceql-0.6.0 | lib/generators/templates/niceql_initializer.rb |