Class: Antispam::BlocksController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Antispam::BlocksController
- Defined in:
- app/controllers/antispam/blocks_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET /blocks.
-
#show ⇒ Object
GET /blocks/1.
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
GET /blocks
9 10 11 |
# File 'app/controllers/antispam/blocks_controller.rb', line 9 def index @blocks = Block.all end |
#show ⇒ Object
GET /blocks/1
14 15 |
# File 'app/controllers/antispam/blocks_controller.rb', line 14 def show end |