Module: PpSql
- Defined in:
- lib/pp_sql.rb,
lib/pp_sql/version.rb
Defined Under Namespace
Modules: Formatter, LogSubscriberPrettyPrint, Rails5PpSqlExtraction, ToSqlBeautify, ToSqlBeautifyRefinement Classes: Railtie
Constant Summary collapse
- VERSION =
'1.0.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.
8 9 10 |
# File 'lib/pp_sql.rb', line 8 def add_rails_logger_formatting @add_rails_logger_formatting end |
.rewrite_to_sql_method ⇒ Object
Returns the value of attribute rewrite_to_sql_method.
7 8 9 |
# File 'lib/pp_sql.rb', line 7 def rewrite_to_sql_method @rewrite_to_sql_method end |