Sha256: add401d820b026db36a5416de769c0189482208e6ff75fe9fee116836f8bdd92
Contents?: true
Size: 162 Bytes
Versions: 47
Compression:
Stored size: 162 Bytes
Contents
class HomeController < ApplicationController before_action { navbar_partial('navbar') } before_action { body_end_partial('body_end') } def index end end
Version data entries
47 entries across 47 versions & 1 rubygems