Class: Antispam::ClearsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/antispam/clears_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#must_be_admin

Instance Method Details

#indexObject

GET /clears



9
10
11
# File 'app/controllers/antispam/clears_controller.rb', line 9

def index
  @clears = Clear.all
end

#showObject

GET /clears/1



14
15
# File 'app/controllers/antispam/clears_controller.rb', line 14

def show
end