Class: Munificent::GamePresenter
- Inherits:
-
Admin::ApplicationPresenter
- Object
- ActionView::Base
- Admin::ApplicationPresenter
- Munificent::GamePresenter
- Defined in:
- app/presenters/munificent/game_presenter.rb
Instance Attribute Summary
Attributes inherited from Admin::ApplicationPresenter
Instance Method Summary collapse
Methods inherited from Admin::ApplicationPresenter
delegate, #initialize, #name, present, presenter_class_for
Constructor Details
This class inherits a constructor from Munificent::Admin::ApplicationPresenter
Instance Method Details
#assigned_keys ⇒ Object
16 17 18 |
# File 'app/presenters/munificent/game_presenter.rb', line 16 def assigned_keys record.keys.assigned.count end |
#unassigned_keys ⇒ Object
12 13 14 |
# File 'app/presenters/munificent/game_presenter.rb', line 12 def unassigned_keys record.keys.unassigned.count end |