Module: ViewsInMigrations
- Defined in:
- lib/views_in_migrations.rb
Defined Under Namespace
Modules: SchemaDumper, SchemaStatements
Class Method Summary collapse
Class Method Details
.views_supported? ⇒ Boolean
6 7 8 9 10 |
# File 'lib/views_in_migrations.rb', line 6 def self.views_supported? ActiveRecord::Base.connection.send(:supports_views?) rescue false end |