Module: Rexport::ExportFiltersControllerMethods
- Defined in:
- lib/rexport/export_filters_controller_methods.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
3 4 5 6 7 8 |
# File 'lib/rexport/export_filters_controller_methods.rb', line 3 def destroy @export_filter = ExportFilter.find(params[:id]) @export_filter.destroy redirect_to @export_filter.export end |