Method: Effective::Resources::Sql#postgres?
- Defined in:
- app/models/effective/resources/sql.rb
#postgres? ⇒ Boolean
111 112 113 |
# File 'app/models/effective/resources/sql.rb', line 111 def postgres? klass.connection.adapter_name == 'PostgreSQL' end |