Sha256: 579632b3f8b4a86ca500ca79a5c353354cca9859ede478577fb1746b119dfff4
Contents?: true
Size: 192 Bytes
Versions: 1
Compression:
Stored size: 192 Bytes
Contents
module Panel class BaseController < ApplicationController helper Panel::BaseHelper layout 'panel' before_action :authorize protected def authorize end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
panel-0.1.5 | lib/generators/panel/templates/install/base_controller.rb |