Sha256: 02e55967892c93fe620de75c1bd0f323f4aed745fe7d03ad237f463efffb8d53
Contents?: true
Size: 210 Bytes
Versions: 32
Compression:
Stored size: 210 Bytes
Contents
class Forest::IslandsController < ForestLiana::SmartActionsController def test render json: { success: 'You are OK.' } end def unknown_action render json: { success: 'unknown action' } end end
Version data entries
32 entries across 32 versions & 1 rubygems