Class: Spree::Api::V2::Tenant::TripPlacesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/spree/api/v2/tenant/trip_places_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#render_serialized_payload, #require_tenant

Instance Method Details

#indexObject



6
7
8
9
10
# File 'app/controllers/spree/api/v2/tenant/trip_places_controller.rb', line 6

def index
  render_serialized_payload do
    serialize_collection(paginated_collection)
  end
end