Sha256: 10abdc4453754513e5bc584590c56d4f09596ca6c9128bb265dc95992f19659f
Contents?: true
Size: 216 Bytes
Versions: 2
Compression:
Stored size: 216 Bytes
Contents
# frozen_string_literal: true module Sunrise class DashboardController < Sunrise::ApplicationController include Sunrise::Utils::SearchWrapper authorize_resource class: false def index; end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sunrise-cms-1.1.1 | app/controllers/sunrise/dashboard_controller.rb |
sunrise-cms-1.1.0 | app/controllers/sunrise/dashboard_controller.rb |