Sha256: c1c501b010e0f365afb7e4493101db0900a2163870ddd3f8b9563586702a8aa8
Contents?: true
Size: 401 Bytes
Versions: 16
Compression:
Stored size: 401 Bytes
Contents
class IncludedParamGroupController < ApplicationController include RandomParamGroup api :GET, '/included-param-group' returns code:200 do property :top_level, Array, of: Hash do param_group :random_param_group end property :nested, Hash do property :random_array, Array, of: Hash do param_group :random_param_group end end end def show end end
Version data entries
16 entries across 16 versions & 1 rubygems