Class: Admin::QuotesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/admin/quotes_controller.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



6
7
8
9
# File 'app/controllers/admin/quotes_controller.rb', line 6

def destroy
  Quote.destroy params[:id] 
  redirect_to :action => :index
end