Open jasoncodes opened 9 years 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.
ActiveRecordViews.without_dependants
view_exists?
data_source_exists?
This should probably just be
ActiveRecordViews.without_dependants
but with support for passing in a table name. Changing theview_exists?
guard todata_source_exists?
may be enough to get this working.