Sha256: 3488071704c13d98a42e7bcbe773ff1fb649e588d2ce8ce4056c156182bcfb1c

Contents?: true

Size: 152 Bytes

Versions: 3

Compression:

Stored size: 152 Bytes

Contents

module Mailbin
  class ClearsController < ApplicationController
    def destroy
      Mailbin.destroy_all
      redirect_to root_path
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mailbin-1.0.0 app/controllers/mailbin/clears_controller.rb
mailbin-0.1.1 app/controllers/mailbin/clears_controller.rb
mailbin-0.1.0 app/controllers/mailbin/clears_controller.rb