Sha256: 002a78afa45f44bb97ac2886c4ebb587e70de1958f5e482f00d89d7b2e27116b
Contents?: true
Size: 367 Bytes
Versions: 5
Compression:
Stored size: 367 Bytes
Contents
module TestServer class ReflectorController < ApplicationController add_breadcrumb I18n.t('views.root.link'), :root_path add_breadcrumb I18n.t('views.reflector.link'), :reflector_path def client_ip_address add_breadcrumb I18n.t('views.reflector.client_ip_address.link'), :reflector_client_ip_address_path end def index end end end
Version data entries
5 entries across 5 versions & 1 rubygems