Sha256: a663de58fc983433948a3d5d6e1ed10d572704e3463b00e437c048366c19e747
Contents?: true
Size: 245 Bytes
Versions: 19
Compression:
Stored size: 245 Bytes
Contents
require 'locomotive/misc/api_documentation' module Locomotive module Api class DocumentationController < ApplicationController def show render text: Locomotive::Misc::ApiDocumentation.generate end end end end
Version data entries
19 entries across 19 versions & 2 rubygems