Class: ChangeLog::BaseController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- ChangeLog::BaseController
- Defined in:
- app/controllers/change_log/base_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/change_log/base_controller.rb', line 5 def index @items = ChangeLog::Base.fetch(params) end |