Sha256: 99b033c309301e29be815b9a93ccbfb03a04ed6487448110b7e3f6c963519f06
Contents?: true
Size: 153 Bytes
Versions: 1
Compression:
Stored size: 153 Bytes
Contents
class AuthorizedController < ApplicationController include Kadmin::Concerns::AuthorizedUser before_action :authorize def index end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kadmin-0.3.2 | test/dummy/app/controllers/authorized_controller.rb |