activerecord_views
activerecord_views copied to clipboard
Migration helper method to drop views using a table
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.