Class: Antispam::BlocksController

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

Instance Method Summary collapse

Methods inherited from ApplicationController

#must_be_admin

Instance Method Details

#indexObject

GET /blocks



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

def index
  @blocks = Block.all
end

#showObject

GET /blocks/1



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

def show
end