Sha256: 626016adb6e87f6204eea19a0241ba3eba59381e3148aa5c62493cfca038ed5d
Contents?: true
Size: 213 Bytes
Versions: 3
Compression:
Stored size: 213 Bytes
Contents
# controllers/home_controller.rb class HomeController < ApplicationController def show render_component # by default render_component will use the controller name to find the appropriate component end end
Version data entries
3 entries across 3 versions & 1 rubygems