Sha256: a28ddff921d85fbd33849cc6e94af0b0fb1c63c53789ae7b14452e6a4dd34757
Contents?: true
Size: 192 Bytes
Versions: 6
Compression:
Stored size: 192 Bytes
Contents
module V3 class SampleController < ApplicationController def a_path_only_in_v3 render text: 'v3' end def posted_a_path_only_in_v3 render text: 'v3' end end end
Version data entries
6 entries across 6 versions & 1 rubygems