Sha256: cd271152e77e58b4e0159bf1626cd1557e1f4107cbe23293a3f568f986fbd4eb
Contents?: true
Size: 372 Bytes
Versions: 9
Compression:
Stored size: 372 Bytes
Contents
module Admix class AdmixController < MixController before_filter :authenticate_user!, :add_initial_breadcrumbs, :globals protected def add_initial_breadcrumbs breadcrumbs.add t('admix.dashboard'), admix_root_path, :id => 'dashboard', :title => 'Go to the home page' end def globals @controller = params[:controller] end end end
Version data entries
9 entries across 9 versions & 2 rubygems