Sha256: b9b67bc747505dbb540fca3e58e12604fc22b8f204a1edc75d42b2fffce44dba
Contents?: true
Size: 279 Bytes
Versions: 8
Compression:
Stored size: 279 Bytes
Contents
class SiteController < ApplicationController layout :set_layouts 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
8 entries across 8 versions & 1 rubygems