Sha256: 5f3e75bbd6d5625d06b2ce1f3124e70369a2e735e78f5fe10e894c3233bfe32e
Contents?: true
Size: 252 Bytes
Versions: 50
Compression:
Stored size: 252 Bytes
Contents
module Para class ApplicationController < ActionController::Base before_action :add_admin_home_breadcrumb def admin? true end private def add_admin_home_breadcrumb add_breadcrumb :home, admin_path end end end
Version data entries
50 entries across 50 versions & 1 rubygems