Sha256: 4246f01d480663e1d9a8cdfe8491c90040c13f3f13a8276675502f023cdb4bc7
Contents?: true
Size: 209 Bytes
Versions: 10
Compression:
Stored size: 209 Bytes
Contents
module Tenon class IndexController < Tenon::BaseController def index @warnings = Tenon::WarningGenerator.generate(root_path) @tenon_callouts = Tenon::TenonCallout.published end end end
Version data entries
10 entries across 10 versions & 1 rubygems