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
-
.add_rails_logger_formatting ⇒ Object
Returns the value of attribute add_rails_logger_formatting.
-
.rewrite_to_sql_method ⇒ Object
Returns the value of attribute rewrite_to_sql_method.
Class Attribute Details
.add_rails_logger_formatting ⇒ Object
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_method ⇒ Object
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 |