Sha256: 87af19aba539db8ab162ae8fdb090e332dc6b1b27b6df0640cdd06f8ecaaba59
Contents?: true
Size: 193 Bytes
Versions: 10
Compression:
Stored size: 193 Bytes
Contents
module Tenon class StyleguidesController < Tenon::BaseController respond_to :html def index @context_title = 'Styleguide' @mock = Tenon::Styleguide.new end end end
Version data entries
10 entries across 10 versions & 1 rubygems