Module: PpSql

Defined in:
lib/pp_sql.rb,
lib/pp_sql/version.rb

Defined Under Namespace

Modules: Formatter, LogSubscriberPrettyPrint, ToSqlBeautify Classes: Railtie

Constant Summary collapse

WHITE_SPACE =
'  '
VERSION =
'2.1.0'

Class Attribute Summary collapse

Class Attribute Details

.add_rails_logger_formattingObject

Returns the value of attribute add_rails_logger_formatting.



9
10
11
# File 'lib/pp_sql.rb', line 9

def add_rails_logger_formatting
  @add_rails_logger_formatting
end

.rewrite_to_sql_methodObject

Returns the value of attribute rewrite_to_sql_method.



9
10
11
# File 'lib/pp_sql.rb', line 9

def rewrite_to_sql_method
  @rewrite_to_sql_method
end