Class: Logy::LogyController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Logy::LogyController
- Includes:
- Concerns::LogyLoader, Concerns::Pagination
- Defined in:
- app/controllers/logy/logy_controller.rb
Constant Summary
Constants included from Concerns::Pagination
Concerns::Pagination::PAGE, Concerns::Pagination::PER_PAGE
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
8 |
# File 'app/controllers/logy/logy_controller.rb', line 8 def index; end |
#show ⇒ Object
10 |
# File 'app/controllers/logy/logy_controller.rb', line 10 def show; end |