Class: Spree::Api::V2::Tenant::VotingCreditTransactionsController
- Inherits:
-
BaseController
- Object
- ResourceController
- BaseController
- Spree::Api::V2::Tenant::VotingCreditTransactionsController
- Defined in:
- app/controllers/spree/api/v2/tenant/voting_credit_transactions_controller.rb
Instance Method Summary collapse
Methods inherited from BaseController
#current_vendor, #render_serialized_payload, #require_tenant
Instance Method Details
#index ⇒ Object
8 9 10 11 12 |
# File 'app/controllers/spree/api/v2/tenant/voting_credit_transactions_controller.rb', line 8 def index render_serialized_payload do serialize_collection(collection) end end |