Sha256: 397315e9d708e78660a015fae0dc1b78d375da522e8448acd16f63d6e09746d8
Contents?: true
Size: 198 Bytes
Versions: 9
Compression:
Stored size: 198 Bytes
Contents
class Backend::NavigationsController < BackendController before_action -> { breadcrumb.add t('b.navigation'), backend_navigations_path } def index @navigations = ::Navigation.all end end
Version data entries
9 entries across 9 versions & 1 rubygems