Sha256: 38557564fbcd2d922d854a23ab49e8e8c1893df950ca3e286f8e73444c206ece
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
class SiteController < ApplicationController def stimulus @comment = '- WELCOME -' end def jadi_a @comment = 'Kotaro' render partial: 'site/comment' end def jadi_b @comment = 'Minami' render partial: 'site/comment' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sun-sword-0.0.1 | lib/generators/sun_sword/templates_frontend/controllers/site_controller.rb |