jasoncodes / activerecord_views

Automatic PostgreSQL database view creation for ActiveRecord
MIT License
35 stars 10 forks source link

Migration helper method to drop views using a table #13

Open jasoncodes opened 9 years ago

jasoncodes commented 1 year ago

This should probably just be ActiveRecordViews.without_dependants but with support for passing in a table name. Changing the view_exists? guard to data_source_exists? may be enough to get this working.